• Home
  • History
  • Annotate
  • only in /external/slf4j/log4j-over-slf4j/compatibility/
NameDateSize

..23-Aug-20164 KiB

build.xml23-Aug-20164.3 KiB

lib/23-Aug-20164 KiB

readme.txt23-Aug-2016687

src/23-Aug-20164 KiB

readme.txt

1
2This directory is used to test the module against various log4j calls. 
3Two test cases simulate the typical calls that one can find in an application 
4that uses either log4j 1.2.x, or log4j 1.3.x.
5
6In the same directory is a build.xml file that uses ant to 
7compile the test cases with the corresponding log4j version, 
8and to runs these tests without log4j in the classpath but with 
9logback jars instead.
10
11To run the tests, one must have ant installed. Issuing the following command, 
12once in the compatibility directory will launch the tests:
13
14ant all
15
16To obtain more information about the use of the log4j-over-slf4j module, 
17please visit http://www..slf4j.org/log4j-over-slf4j.html