pretty-log

0.1.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i pretty-log

Weekly Downloads

232

Version

0.1.0

License

MIT

Last publish

Collaborators

  • raphaelivan