0.2.6 • Published 6 years ago

console-stripe v0.2.6

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

console-stripe

npm downloads

This module enables you to patch the console's methods in Node.js, to add timestamp prefix based on a given string pattern, and more...

This is just å copy of Console-stamp, but without the colors, which in this module is based on the type of message. error is red, warn is yellow and info is blue. The rest has no color.

Usage

Install

npm install console-stripe

Example

require( "console-stripe" )( console );

Console