1.0.1 • Published 8 years ago

uplogger v1.0.1

Weekly downloads
1
License
GPL-3.0
Repository
gitlab
Last release
8 years ago

UpLogger

UpLogger allows you to override the global console to make the log better !

Installation

$ npm i uplogger

Init

const UpLogger = require('uplogger');

new UpLogger();

Log with UpLogger

UpLogger extends default Console object so you can use all the default method to log.

Documentation and more infos

uplogger.gitlab.io

License

GPL-3.0