UNPKG

pretty-log

Version:
24 lines (20 loc) 437 B
Pretty-Log ========================== Simple log messages for NodeJS. ## Install ```sh npm install pretty-log ``` ## Usage Pretty-log provides the logs: error, warn, success and debug ```sh var log require('pretty-log'); log.error('MESSAGE'); log.warn('MESSAGE'); log.success('MESSAGE'); log.debug('MESSAGE'); ``` ## Output ![output](http://i62.tinypic.com/28mjy1j.png) ## License Biju is available under the MIT license.