Menu

Tree [c4b66e] master /
 History

HTTPS access


File Date Author Commit
 .settings 2012-07-10 Hendrik Brummermann Hendrik Brummermann [f93606] set error level of invalid javadoc to warning t...
 src 2012-07-12 Hendrik Brummermann Hendrik Brummermann [c12ed2] ported EnhandcedThroableRenderer stub
 war 2012-08-06 Hendrik Brummermann Hendrik Brummermann [afb0d8] added generated files to .gitignore
 .classpath 2012-07-09 Hendrik Brummermann Hendrik Brummermann [64e343] created project
 .gitignore 2012-08-14 Hendrik Brummermann Hendrik Brummermann [c26881] ignore gwt log
 .project 2012-07-09 Hendrik Brummermann Hendrik Brummermann [64e343] created project
 LICENSE 2012-07-09 Apache Log4j Apache Log4j [087523] added log4j source code, license and notice
 NOTICE 2012-07-09 Apache Log4j Apache Log4j [087523] added log4j source code, license and notice
 README.txt 2012-08-04 Hendrik Brummermann Hendrik Brummermann [9d24a9] released version 1.0
 build.xml 2012-08-14 Hendrik Brummermann Hendrik Brummermann [c4b66e] increased version number to 1.0.5 for future de...

Read Me

In order to use log4j on the client side of a GWT application, you need to:

* add log4j-gwt.jar to the classpath
* add the following line to your module.gwt.xml file:
  <inherits name="org.apache.log4j.Log4j" />

log4j-gwt makes use of the normal GWT logging configuration as described on
https://developers.google.com/web-toolkit/doc/latest/DevGuideLogging#Configuring_GWT_Logging


Change log
==========

1.0  2012-08-04
---------------
* stable release

0.2

* added support for NDC and MDC (without support for lazy cleanup)
* added support for stacktraces of exceptions
* silently ignore attempts to configure log4j using the PropertiesConfigurator ot the DOMConfigurator
* optimized for code size by providing stubs that are optimized

0.1  2012-07-11
---------------

* Initial release: Logger, Level, LogManager and more are working
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.