logcolor
log with color when stdout. forked of log.js
install
npm install logcolor
useage
var Log = require('log-color'),
log = new Log('debug');
log.debug(11111)
log.info(22222)
log.notice(33333)
log.warning(44444)
log.error(55555)
log.critical(66666)
log.alert(77777)