2.1.2 • Published 7 years ago

lumberr v2.1.2

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

lumberr

A simple way to log, no verbosity settings, no fluff. Just logs. Lots of them.

Available Methods
  • warn [WARN] 02/15/2018 2:05:15 PM TEST
  • error [ERROR] 02/15/2018 2:05:20 PM TEST
  • success [SUCCESS] 02/15/2018 2:05:26 PM TEST
  • info [INFO] 02/15/2018 2:05:07 PM TEST
Logging to file and to console
const log = require('lumberr');
log.options({ file: 'log1.log', path: process.cwd() });
// or
log.options(); // defaults to the current directory, and 'output.log'
Logging to console only
const log = require('lumberr');
2.1.2

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago