0.2.0 • Published 8 years ago

solog v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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);
0.2.0

8 years ago

0.1.1-a

8 years ago

0.1.1

8 years ago