beautiful-logs
v1.0.1
Published
It's time to ditch console.log, and time to start writing beautiful-logs.
Downloads
5
Maintainers
Readme
beautiful-logs
Generate more beautiful-logs
Usage
Install and save the package to your project npm i --save beautiful-logs
const log = require('beautiful-logs')();
log.trace('Hello World');
log.debug('Starting up...');
log.info('Things just got started!');
log.warn('It\'s getting hot in here...');
log.err('Damn! It\'s burning!');
log.fatal('Shutting down... :(');