0.1.0 • Published 10 years ago

pretty-log v0.1.0

Weekly downloads
842
License
MIT
Repository
github
Last release
10 years ago

Pretty-Log

Simple log messages for NodeJS.

Install

  npm install pretty-log

Usage

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

output

License

Biju is available under the MIT license.