A colorized winston console logger. Sometimes you want a very simple logger which just logs to this console. However colors and pretty printing are useful enough to have as a default. For these cases use log-colors
npm install -S log-colors
Use as you would a standard winston logger
var logger = require('log-colors') logger.debug('this should be colorized and pretty-printed', { foo: 'bar' }
Execute the command
npm test