blikk-logjs
v0.1.3
Published
A simple logging wrapper for bunyan that writes to stderr and a file.
Downloads
36
Readme
Usage
Set the LOG_NAME and LOG_PATH environment variables, then:
var log = require('blikk-logjs')('myapp');
log.info('Hello!');