logme
v0.4.0
Published
Minimalistic stream logger
Downloads
146
Readme
Logme
Minimalistic logger for Node.js.
Features.
- Error levels
- Tokens
- Custom templates
- Custom everything
How to install it?
$ npm install logme
Neat. Now what?
var logme = require('logme');
logme.critical('The base is under attack');
Whaaaat?
For more complete examples see "examples/".
Tests.
Sure.
$ npm install
$ make test
Contributing to this library.
Anytime.
Theme master?
Send me a pull request with your theme and I will include it.
Inspiration.
License.
MIT License.