org.apache.commons.logging.jdk14 |
|
Java Source File Name | Type | Comment |
CustomConfigAPITestCase.java | Class | TestCase for Jdk14 logging when the commons-logging-api jar file is in
the parent classpath and commons-logging.jar is in the child. |
CustomConfigFullTestCase.java | Class | TestCase for Jdk14 logging when the commons-logging jar file is in
the parent classpath. |
CustomConfigTestCase.java | Class | TestCase for JDK 1.4 logging when running on a JDK 1.4 system with
custom configuration, so that JDK 1.4 should be selected and an appropriate
logger configured per the configuration properties.
author: Craig R. |
DefaultConfigTestCase.java | Class | TestCase for JDK 1.4 logging when running on a JDK 1.4 system with
zero configuration, and with Log4J not present (so JDK 1.4 logging
should be automatically configured.
author: Craig R. |
TestHandler.java | Class | Test implementation of java.util.logging.Handler .
author: Craig R. |