timed-colored-log

0.0.0 • Public • Published

timed-colored-log

A small revamp of console.log and console.error, adding time banners before messages and coloring errors in red.

Usage

If there is no error:

var log = require('timed-colored-log');
 
log('No error');

If there is an error:

var log = require('timed-colored-log');
 
log('An error', true);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    1

Package Sidebar

Install

npm i timed-colored-log

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • cedced19