0.2.6 • Published 8 years ago
console-stripe v0.2.6
console-stripe
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-stripeExample
require( "console-stripe" )( console );