node-logging-js
Version:
Easy lib to trace function calls and write log messages into the `console` object.
24 lines (20 loc) • 710 B
Markdown
## logging.js CHANGELOG
* 1.2.0 (2016/04/20)
- added mocha tests
- use `console.warm` for logWarn
* 1.1.1 (2015/12/28)
- fixed syntax issue in logging.js
* 1.1.0 (2015/12/28)
- added .travis.yml
- added npm package.json
* 1.0.3 (2015/10/22)
- fixed name of logWarn method
* 1.0.2 (2015/09/03)
- automatic tracing only active if `logging.level >= logging.LEVEL_TRACE`
* 1.0.1 (2014/08/31)
- tracing now with `Example.callTwo` instead of `Example` `callTwo` (for easier filtering)
- fixed a bug with `fromTracingExcludedMethods`
- added documentation for the `applyLogging` method
- wrapped the documentation example into a require js definition
* 1.0.0 (2014/08/31)
- initial release