mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-23 19:58:01 -08:00
add log libraries
This commit is contained in:
@@ -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.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user