1.0.1 • Published 7 years ago

beautiful-logs v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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

7 years ago

1.0.1-0

7 years ago

1.0.0

7 years ago