jepsen
v1.4.0
Published
Call me maybe
Downloads
6
Readme
Jepsen
File and method logger
Install
npm
$ npm install jepsen
bower
$ bower install jepsen
Usage
// Carly.js
function Rae() {
CallMeMaybe();
...
}
// Console output
[CallMeMaybe] Carly#Rae
Why?
Useful for quickly figuring out which methods from which files are being
executed. Particularity useful for logging React
component rendering.
TODO
- [x] node.js/io.js support
- [ ] Batch execution
License
Copyright © 2015 Nicholas Hwang - MIT License