Generate more beautiful-logs
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... :(');