add log libraries

This commit is contained in:
chencheng (云谦)
2014-07-19 12:05:05 +08:00
parent d1dd36e9e8
commit cc4929c7b4

View File

@@ -23,6 +23,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [Control Flow](#control-flow)
* [Routing](#routing)
* [Security](#security)
* [Log](#log)
* UI
* [Loading Status](#loading-status)
* [Validation](#validation)
@@ -273,6 +274,14 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
* [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist.
## Log
* [log](https://github.com/adamschwartz/log) - Console.log with style.
* [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.
## Loading Status
*Libraries for indicate load status.*