solog

0.2.0 • Public • Published

A simple module, use color to distinguish the log categories

install

npm install solog --save

usage

var log = require('solog');

log('message');
log.debug('looking:',obj);
log.info('information...');
log.warn('warning, don\'t do this again!');
log.err('oops!',err);

log.setDevelopMode(true);

Readme

Keywords

Package Sidebar

Install

npm i solog

Weekly Downloads

2

Version

0.2.0

License

MIT

Last publish

Collaborators

  • somax