0.0.2 • Published 11 years ago

event.log v0.0.2

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

Event.log

Event.log allow u to log info by node event.

Install

npm install event.log

Usage

Just like js console.

{
    var console = require('event.log')
    console.on('console.log', function(data) {
        // do something
    })
    console.log(//do something)
}

MIT

Copyright 2013

0.0.2

11 years ago

0.0.1

11 years ago