paul-bunyan
v0.0.10
Published
A module to initialize a bunyan instance.
Downloads
5
Readme
paul-bunyan
A bunyan initializer so we can crank it like a chainsaw!
Why?
I was using the same config with some minor changes on a lot of repos so wanted to host the code in one place rather than keep copying the initializer.
Usage
Add it to your package.json, like so:
npm install --save paul-bunyan
then use this it like this:
var logger = require('paul-bunyan').init()
logger.log({}, 'some log message!')