Concrete implementations of commons-logging wrapper APIs.
See: Description
Class Summary | |
---|---|
AvalonLogger |
Implementation of commons-logging Log interface that delegates all logging calls to the Avalon logging abstraction: the Logger interface. |
Jdk13LumberjackLogger |
Implementation of the |
Jdk14Logger |
Implementation of the |
Log4jFactory |
Concrete subclass of {@link LogFactory} specific to log4j. |
Log4JCategoryLog |
Implementation of {@link Log} that maps directly to a Log4J Category. |
Log4JLogger |
Implementation of {@link Log} that maps directly to a Log4J Logger. |
LogFactoryImpl |
Concrete subclass of {@link LogFactory} that implements the following algorithm to dynamically select a logging implementation class to instantiate a wrapper for.
If the selected {@link Log} implementation class has a
|
LogKitLogger |
Implementation of |
NoOpLog |
Trivial 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. |
Concrete implementations of commons-logging wrapper APIs.