extra-log

1.0.1 • Public • Published

# 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

Readme

Keywords

Package Sidebar

Install

npm i extra-log

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • rumax