menna
This library uses winston as logger, and streams to Papertail via winston-papertrail package.
Installation & testing
npm install
npm test
Usage
The logger functions are the same as Winston's. The settings can be configured with environment variables, seelib/menna.js
for details.import log from 'menna';
log.info('ʘ‿ʘ');