Skip to content

PolSendra/light-log

Repository files navigation

light-log

light weight log for an easy use with some functionalities.

alt tag alt tag devDependencies Status

Install

npm install --save light-log

Usage

The most easy use is:

log('some text');
log(error); // where error is an instance of Error.

The logger will detect what environment are you in and will write the log to a file of to the terminal depending on the situation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published