0.0.5 • Published 8 years ago
yaol v0.0.5
yaol
Yet another output log
Installation
This module is installed via npm:
$ npm install yaol
Example 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