0.1.7 • Published 8 years ago

light-log v0.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago