Font size:
Log4js - Related Links
Related Links
Here you can find some related links to JavaScript and especially logging and this project.
Tools used for development in this project
- ANT as build tool: http://ant.apache.org.
- JSlint - The JavaScript Verifier: http://www.crockford.com/jslint/lint.html.
- ASF Bug entry for integrating log4js in Apache logging service: http://issues.apache.org/bugzilla/show_bug.cgi?id=36961.
Tools used for testing
Note
These tools are not used yet. They are just to remind.
- JSUnit for Unit testing: http://www.edwardh.com/jsunit/
- JSTester JS testing using Javas JUnit framework and JS-script engine Rhino: http://jstester.sourceforge.net/
- Selenium is a test tool for web applications: http://www.openqa.org/selenium/index.html
Tools used for Documentation
- Forrest for generating web site: http://forrest.apache.org
- JSDoc for API documentation: http://www.anvilon.com/software/jsjam/
Other JavaScript Logging Projects
There are a lot other projects which are started logging in JavaScript:
- Fourspaces Log4js: http://log4js.sourceforge.net/
- Lumberjack: http://gleepglop.com/javascripts/logger/
- fvlogger: http://www.alistapart.com/articles/jslogging
- jslib: http://www.petrusrex.com/Programmes/jslib.htm
- jsTrace: http://www.easy-designs.net/code/jsTrace/
- Logger: http://insin.woaf.net/code/javascript/logger.html
- Dan Allen's Scriptsandbox jsError and Logger.js:
http://mojavelinux.com/wiki/doku.php?id=scriptsandbox#jserror.js__jserror.php
Dan Allen also wrote the first ideas of MetaTagLogging which are influenced MetatagAppender: http://www.mojavelinux.com/blog/archives/2005/01/javascript_logging_via_meta/index.php. - Eric Spiegelberg's Log4Ajax: http://log4ajax.sourceforge.net/ and associated article: http://today.java.net/pub/a/today/2005/12/13/log4ajax.html.
- Andre's JSLog: http://www.earthcode.com/ajax/2005/12/jslog.html.
- Tim Down's log4javascript: http://log4javascript.sourceforge.net which is very simmilar to this project.
- Blackbirdjs
Other Logging related Links
- General logging services for several languages: logging.apache.org
- AJAX Testing and Logging: http://www.decafbad.com/blog/2005/07/18/ajax_testing_and_logging.
- AJAX Patterns: http://ajaxpatterns.org/Logging.
- XML.com: Erros and AJAX: http://www.xml.com/pub/a/2005/05/11/ajax-error.html.
by Stephan Strittmatter