1.0.2 • Published 8 years ago

console-watch v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

console-watch

Track console.log/warn/error/etc...

Install

npm install console-watch

Usage

// Require it
var consoleWatch = require('console-watch');

consoleWatch(function(getResults){

    // Log some stuff
    console.log('foo');

    // Get the results (and reset console back to it's original state.
    var results = getResults();
});
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago