See: Description
Class | Description |
---|---|
LogFactoryImpl |
Concrete subclass of
LogFactory that implements the
following algorithm to dynamically select a logging implementation
class to instantiate a wrapper for. |
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.
|
WeakHashtable |
Implementation of
Hashtable that uses WeakReference 's
to hold its keys thus allowing them to be reclaimed by the garbage collector. |
Concrete implementations of commons-logging wrapper APIs.