0.1.1 • Published 8 years ago

log-this v0.1.1

Weekly downloads
1
License
-
Repository
github
Last release
8 years ago

log-this

A small library providing methods for logging

Installation

npm install log-this --save

Usage

var log_this = require('log-this');

log_this.log('This will appear in white');

log_this.debug('This will appear in yellow');

log_this.error('This will appear in red');

Release History

  • 0.1.0 Initial release
0.1.1

8 years ago

0.1.0

8 years ago