0.1.1 • Published 9 years ago

pp-log v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

pp-Log

Simple log messages for NodeJS.

Install

  npm install pp-log

Usage

pp-log provides the logs: error, warn, success and debug

  var log require('pp-log');

  log.error('MESSAGE');
  log.warn('MESSAGE');
  log.success('MESSAGE');
  log.debug('MESSAGE');
0.1.1

9 years ago

0.1.0

9 years ago