AvalonLogger | Implementation of commons-logging Log interface that delegates all logging calls to the Avalon logging abstraction: the Logger interface. |
code | html |
Jdk13LumberjackLogger | Implementation of the |
code | html |
Jdk14Logger | Implementation of the |
code | html |
Log4JCategoryLog | Implementation of Log that maps directly to a Log4J Category. |
code | html |
Log4JLogger | Implementation of Log that maps directly to a Logger for log4J version 1.2. | code | html |
Log4jFactory | Concrete subclass of LogFactory specific to log4j. |
code | html |
LogFactoryImpl | Concrete subclass of LogFactory that implements the following algorithm to dynamically select a logging implementation class to instantiate a wrapper for.
If the selected Log implementation class has a
|
code | html |
LogKitLogger | Implementation of |
code | html |
NoOpLog | Trivial implementation of Log that throws away all messages. |
code | html |
SLF4JLocationAwareLog | Implementation of org.apache.commons.logging.Log interface which delegates all processing to a wrapped org.slf4j.Logger instance. | code | html |
SLF4JLog | Implementation of org.apache.commons.logging.Log interface which delegates all processing to a wrapped org.slf4j.Logger instance. | code | html |
SLF4JLogFactory | Concrete subclass of LogFactory which always delegates to the org.slf4j.LoggerFactory class. |
code | html |
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. | code | html |
SimpleLog | Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err. |
code | html |
WeakHashtable | Implementation of |
code | html |
WeakHashtable.Entry | Entry implementation | code | html |
WeakHashtable.Referenced | Wrapper giving correct symantics for equals and hashcode | code | html |
WeakHashtable.WeakKey | WeakReference subclass that holds a hard reference to an
associated value and also makes accessible
the Referenced object holding it. |
code | html |
Concrete implementations of commons-logging wrapper APIs.