log4javascript
log4javascript is a JavaScript logging framework based on the Java logging framework log4j.
Download
Current version: 1.3.1 (released 20/11/2006) [change log]
To download log4javascript, please visit log4javascript's SourceForge download page.
log4javascript 1.3.1 released
log4javascript 1.3.1 is now available. This is a minor bugfix release which addresses issues with the interaction of the search and severity filters in the console window used by PopUpAppender and InPageAppender.
Enhancements in 1.3 include:
- Fully tested and supported in IE 7;
- Firebug logging support;
- Facility to log JavaScript objects;
- Compressed (30% smaller) version of main file included in distribution;
- Drop-in stub version included, allowing you to replace log4javascript.js with a lightweight JavaScript file in production environments without having to modify any code;
- Pop-up / in-page console search now allows optional filtering to show only matching log entries, highlighting of all search matches and navigation buttons to cycle through the search results;
- Pop-up console can now optionally open a new window automatically at the time of the next log entry after the original window was closed;
- Pop-up / in-page console can optionally have a limit on the number of messages that are displayed and stored, thereby preventing potential sluggishness and excessive memory use. When this limit is reached, each new log entry will cause the oldest entry to be discarded;
- Exceptions (and optionally stack traces in Firefox) passed into logging methods are now displayed;
- Improved demos and examples.
See the change log for full details.
Demos
Documentation
Licence
log4javascript is licenced under the Apache License, Version 2.0.