uw-log

0.0.5 • Public • Published

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');

Readme

Keywords

none

Package Sidebar

Install

npm i uw-log

Weekly Downloads

2

Version

0.0.5

License

MIT

Last publish

Collaborators

  • mgonzalez