0.3.0 • Published 6 years ago

console-override v0.3.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

console-override

NPM version Linux Status Windows Status Dependency Status Coveralls

Override console methods with Date.toISOString before text (monkey patching)

Installation

Install through NPM

npm install console-override

or

git clone git://github.com/hex7c0/console-override.git

API

inside nodejs project

var _console = require('console-override');

_console.log()

return console.log method

_console.info()

return console.info method

_console.warn()

return console.warn method

_console.error()

return console.error method

Examples

Take a look at my examples

License GPLv3

0.3.0

6 years ago

0.2.0

7 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago