uw-log

log module for uwheel tools

Usage no npm install needed!

<script type="module">
  import uwLog from 'https://cdn.skypack.dev/uw-log';
</script>

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