uw-log
v0.0.5
Published
log module for uwheel tools
Downloads
4
Readme
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');