pretty-log
v0.1.0
Published
Simple log messages for NodeJs
Readme
Pretty-Log
Simple log messages for NodeJS.
Install
npm install pretty-logUsage
Pretty-log provides the logs: error, warn, success and debug
var log require('pretty-log');
log.error('MESSAGE');
log.warn('MESSAGE');
log.success('MESSAGE');
log.debug('MESSAGE');Output

License
Biju is available under the MIT license.
