slf4j/log4j-over-slf4j/compatibility
Marc Wrobel 24788ac731
fix typos in documentations
Fix typos in javadoc, comments and README.

Signed-off-by: Marc Wrobel <marc.wrobel@gmail.com>
2022-08-25 20:48:13 +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 fix typos in documentations 2022-08-25 20:48:13 +02:00
readme.txt fix typos in documentations 2022-08-25 20:48:13 +02: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 run 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