log-this

0.1.1 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i log-this

Weekly Downloads

0

Version

0.1.1

License

none

Last publish

Collaborators

  • ankitjaggi