console-df

1.0.2 • Public • Published

console-df

nodejs console.{log,info,error,warn,trace} with dateformat

Console{log,error,info,warn,trace} prefixed with date dateformat.

Install

 npm i console-df

Usage

var rollback = require('console-df')('dd/m/yyyy');
console.log('Prefixed date in my logs'); // => 12/3/2015 Prefixed date in my logs
rollback();
console.log('No more prefixed logs'); // => No more prefixed logs

Readme

Keywords

none

Package Sidebar

Install

npm i console-df

Weekly Downloads

1

Version

1.0.2

License

ISC

Last publish

Collaborators

  • tdantas