1.0.2 • Published 4 years ago

clapboard v1.0.2

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

Clapboard

Clapboard: A simple utility to enhance the log information sent out in the application. The logger is initialized as

const Logger = require ('clapboard');
const Log = new Logger ();

and used as

Log.info ('this is an info');
Log.warn ('this is a warning');
Log.error ('this is an error');

the output is as follows:

index.js 16:5 | 01/02/2020 11:42:04.429 | this is an info
index.js 17:5 | 01/02/2020 11:42:04.457 | this is a warning
index.js 18:5 | 01/02/2020 11:42:04.460 | this is an error
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago