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
- Host: GitHub
- URL: https://github.com/thecodejack/js-logger
- Owner: thecodejack
- Created: 2013-12-31T13:05:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-03T10:10:29.000Z (over 12 years ago)
- Last Synced: 2025-02-14T02:54:52.462Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
*/