Add minilog as a logging tool

This commit is contained in:
Volker Rose 2015-09-01 10:33:29 +02:00
parent 47680ac540
commit 18e7b4d7f5

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