/beautiful-logs

It's time to ditch console.log, and time to start writing beautiful-logs.

Primary LanguageJavaScriptMIT LicenseMIT

beautiful-logs

Build Status David Coveralls npm npm GitHub issues

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... :(');