Merge pull request #185 from riddla/master

Add minilog as a logging tool
This commit is contained in:
Huei Tan 2015-09-01 17:01:16 +08:00
commit 32752d12e5

View File

@ -420,6 +420,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
* [Conzole](https://github.com/Oaxoa/Conzole) - A debug panel built in javascript that wraps javascript native console object methods and functionality in a panel displayed inside the page.
* [console.log-wrapper](https://github.com/patik/console.log-wrapper) - Log to the console in any browser with clarity.
* [loglevel](https://github.com/pimterry/loglevel) - Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods.
* [minilog](http://mixu.net/minilog/) Lightweight client & server-side logging with Stream-API backends
## RegExp