A colorized winston console logger
npm install log-colorsbash
npm install -S log-colors
`Usage
Use as you would a standard winston logger`javascript
var logger = require('log-colors')
logger.debug('this should be colorized and pretty-printed', {
foo: 'bar'
}
`Test
Execute the command
`bash
npm test
``