0.1.7 • Published 10 years ago

light-log v0.1.7

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

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.

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago