1.0.1 • Published 6 years ago

extra-log v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

extra-log

CircleCI codecov npm version

Simple wrapper for console using chalk and cowsay to provide basic log functionality with a possibility to use colors and more noticeable error and warning types of log. This is especially useful in huge logs.

Example

const log = require('extra-log');

log.msg('Message');
log.info('Info');
log.success('Success');
log.warn('Warn');
log.error('Error');

Output

1.0.1

6 years ago

1.0.0

6 years ago