0.0.13 • Published 6 years ago
nodejs-lite-logger v0.0.13
Lightweight logger for colorize console in Nodejs
####Usage
const { info, success, warning, error } = require('nodejs-lite-logger');
info('test info');
success('test success');
warning('test warning');
error('test error');
####Example in white console
####Example in dark console
I am wait your proposals for improvement :)