Package edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.impl


package edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.impl

Concrete implementations of commons-logging wrapper APIs.

  • Classes
    Class
    Description
    Implementation of the org.apache.commons.logging.Log interface that wraps the standard JDK logging mechanisms that are available in SourceForge's Lumberjack for JDKs prior to 1.4.
    Implementation of the org.apache.commons.logging.Log interface that wraps the standard JDK logging mechanisms that were introduced in the Merlin release (JDK 1.4).
    Concrete subclass of LogFactory that implements the following algorithm to dynamically select a logging implementation class to instantiate a wrapper for.
    Trivial implementation of Log that throws away all messages.
    Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err.
    Implementation of Hashtable that uses WeakReference's to hold its keys thus allowing them to be reclaimed by the garbage collector.