enumerate-log

1.0.1 • Public • Published

enumerate-log

Logger for enumerate and enumerate plugins

Usage

var logger = require('enumerate-log');
 
// logs strings
logger.debug('The MOST verbose!');
logger.info('Some important info');
logger.warn('All the warnings to you');
logger.error('OH NO! SOMETHING HAPPENED!');
 
// supports util.format!
logger.info('%s style!', 'printf');
 
// log anything
logger.debug({ my: 'obj' });
logger.info([1, 2, 3]);

Package Sidebar

Install

npm i enumerate-log

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • jpnauta