0.0.5 • Published 8 years ago

uw-log v0.0.5

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

U-Wheel

Uninventing the wheel of log

Overview

uw-log provides a simple, non conflicting, log for your applications with editable configurations.

Install

npm install uw-log --save

Examples

var LOG=  require('Log').newInstance('TEST');
LOG.info('LOG INFO', 'This is a log');
var LOG=  require('Log').newInstance('TEST');
LOG.info('LOG INFO', 'This is a log');