An open API service indexing awesome lists of open source software.

https://github.com/thecodejack/js-logger

javascript logger for a web application
https://github.com/thecodejack/js-logger

Last synced: about 1 year ago
JSON representation

javascript logger for a web application

Awesome Lists containing this project

README

          

js-logger
=========

/*! Javascript logging library 0.9.0 Beta for jQuery
*
* Author: Adi Srikanth
* Dependencies: jquery > 1.6 version
* Free to use.
* Under no license.
*/

/*
* overrides native console object and pushes the logs to server
* currently pushes logs to server only when console.log() is called.
*/