org.apache.commons.logging.log4j.log4j12 |
|
Java Source File Name | Type | Comment |
ApiClasspathStandardTestCase.java | Class | Tests for Log4J logging that emulate a webapp running within
a container where the commons-logging-api jar file is in
the parent classpath and commons-logging.jar is in the child. |
AppClasspathStandardTestCase.java | Class | Tests for Log4J logging when there is only one classloader and everything
is in it, as would be the situation for a standalone application. |
ChildClasspathStandardTestCase.java | Class | Tests for Log4J logging that emulate a webapp running within
a container where all the necessary libs are in the child. |
Log4j12StandardTests.java | Class | A concrete class that runs the standard tests, and is compiled
specifically against log4j12. |
ParentClasspathStandardTestCase.java | Class | Tests for Log4J logging that emulate a webapp running within
a container where all the necessary libs are in the parent. |
TestAppender.java | Class | A custom implementation of org.apache.log4j.Appender which
converts the log4j-specific log event record into a representation that
doesn't have a dependency on log4j and stores that new representation into
an external list. |