Class Summary |
Jdk14Logger |
Implementation of the org.apache.commons.logging.Log
interfaces that wraps the standard JDK logging mechanisms that were
introduced in the Merlin release (JDK 1.4). |
Log4JCategoryLog |
Implementation of Log that maps directly to a Log4J
Category. |
Log4jFactory |
Concrete subclass of LogFactory specific to log4j. |
LogFactoryImpl |
Concrete subclass of LogFactory that implements the
following algorithm to dynamically select a logging implementation
class to instantiate a wrapper for. |
LogFactoryImpl$1 |
|
LogKitLogger |
Implementation of org.apache.commons.logging.Log
that wraps the jakarta-avalon-logkit
logging system. |
NoOpLog |
Default implementation of Log that throws away all messages. |
SimpleLog |
Simple implementation of Log that sends all enabled log messages,
for all defined loggers, to System.err. |