0.1.0 • Published 11 years ago
pretty-log v0.1.0
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.
0.1.0
11 years ago