|
Class Summary |
| ApiClasspathStandardTestCase |
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 |
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 |
Tests for Log4J logging that emulate a webapp running within
a container where all the necessary libs are in the child. |
| Log4j12StandardTests |
A concrete class that runs the standard tests, and is compiled
specifically against log4j12. |
| ParentClasspathStandardTestCase |
Tests for Log4J logging that emulate a webapp running within
a container where all the necessary libs are in the parent. |
| TestAppender |
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. |