Package org.apache.commons.logging.impl

Concrete implementations of commons-logging wrapper APIs.

See:
          Description

Class Summary
Jdk14Logger Implementation of the org.apache.commons.logging.Log interfaces that wraps the standard JDK logging mechanisms that were introduced in the Merlin release (JDK 1.4).
Log4JCategoryLog Deprecated. Use Log4JLogger instead.
Log4jFactory Deprecated. Per discussion on COMMONS-DEV, the behind-the-scenes use of this class as a proxy factory has been removed.
Log4JLogger Implementation of Log that maps directly to a Log4J Logger.
LogFactoryImpl Concrete subclass of LogFactory that implements the following algorithm to dynamically select a logging implementation class to instantiate a wrapper for.
LogKitLogger Implementation of org.apache.commons.logging.Log that wraps the avalon-logkit logging system.
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.
 

Package org.apache.commons.logging.impl Description

Concrete implementations of commons-logging wrapper APIs.



Copyright (c) 2002-2003 - Apache Software Foundation