slf4j/log4j-over-slf4j/compatibility
Ceki Gulcu 9f10490a05 Revert "make log4j-over-slf4j run in jboss 4.2"
This reverts commit 3749a85218.
2010-10-19 17:22:20 +02:00
..
lib improved testing 2007-07-12 20:16:55 +00:00
src/main/java/test Revert "make log4j-over-slf4j run in jboss 4.2" 2010-10-19 17:22:20 +02:00
build.xml setting autocrlf = true on windows - no logical changes 2009-12-03 19:16:42 +01:00
readme.txt setting autocrlf = true on windows - no logical changes 2009-12-03 19:16:42 +01:00

readme.txt

This directory is used to test the module against various log4j calls. 
Two test cases simulate the typical calls that one can find in an application 
that uses either log4j 1.2.x, or log4j 1.3.x.

In the same directory is a build.xml file that uses ant to 
compile the test cases with the corresponding log4j version, 
and to runs these tests without log4j in the classpath but with 
logback jars instead.

To run the tests, one must have ant installed. Issuing the following command, 
once in the compatibility directory will launch the tests:

ant all

To obtain more information about the use of the log4j-over-slf4j module, 
please visit http://www..slf4j.org/log4j-over-slf4j.html