0.1.8 • Published 4 years ago

@mrsheldon/logger v0.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Information

A minimalist, dependency-free, lightning fast logger made for https://discord.boats and my other NodeJS projects

Showcase

#

Installing

Use npm i @mrsheldon/logger

Usage

const logger = require("@mrsheldon/logger")

const Logger = new logger({options})

Logger.warning("warning")
Logger.error("erorr")
Logger.success("success")
Logger.info("info")

Option

NameDefault ValueRequiredDescription
file_savefalseNoDecides if it will save the errors and warnings to the file
file_dir__dirname + '/logs/debug.log'NoDecides where the log file will be created

Contributing

Contributions are always welcome to this project!\ Take a look at any existing issues on this repository for starting places to help contribute towards, or simply create your own new contribution to the project.

Please make sure to follow the existing standards within the project such as code styles, naming conventions and commenting/documentation.

When you are ready, simply create a pull request for your contribution and I will review it whenever I can!

Donating

You can also help me and the project out by contributing through a donation on PayPal or by supporting me monthly on my Patreon page.

Issues

If you have an issue, please create a GitHub issue here to report the situation, include as much detail as you can!

0.1.8

4 years ago

0.1.7

4 years ago

0.1.4

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago