golr
v0.1.1
Published
Simple log messages for NodeJs
Downloads
1
Readme
Pretty-Log
Simple log messages for NodeJS.
Install
npm install pretty-log -gUsage
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
Pretty-log is available under the MIT license.

