yaol
v0.0.5
Published
Yet another output logger
Maintainers
Readme
yaol
Yet another output log
Installation
This module is installed via npm:
$ npm install yaolExample Usage
const yaol = require('yaol');
const logger = new yaol('yaol says');
logger.info('information');
logger.warn('warning');
logger.err('Error');Options
const Obj = { 'name': 'foo', type: 'baz' };
logger.info(obj, {json: true});More options commig soon.
License
2017 MIT

