Concrete implementations of commons-logging wrapper APIs.
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 |
Log4JLogger | Implementation of Log that maps directly to a
Logger for log4J version 1.2. |
LogFactoryImpl | Concrete subclass of |
LogKitLogger | Implementation of |
NoOpLog | Trivial implementation of Log that throws away all messages. |
ServletContextCleaner | This class is capable of receiving notifications about the undeployment of a webapp, and responds by ensuring that commons-logging releases all memory associated with the undeployed webapp. |
SimpleLog | Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err. |
WeakHashtable | Implementation of |