Uses of Class
org.apache.commons.logging.LogFactory

Packages that use LogFactory
org.apache.commons.logging Simple wrapper API around multiple logging APIs. 
org.apache.commons.logging.impl Concrete implementations of commons-logging wrapper APIs. 
 

Uses of LogFactory in org.apache.commons.logging
 

Methods in org.apache.commons.logging that return LogFactory
static org.apache.commons.logging.LogFactory LogFactory.getFactory()
          Construct (if necessary) and return a LogFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.
protected static org.apache.commons.logging.LogFactory LogFactory.newFactory(java.lang.String factoryClass, java.lang.ClassLoader classLoader)
          Return a new instance of the specified LogFactory implementation class, loaded by the specified class loader.
 

Uses of LogFactory in org.apache.commons.logging.impl
 

Subclasses of LogFactory in org.apache.commons.logging.impl
 class Log4jFactory
          Deprecated. Per discussion on COMMONS-DEV, the behind-the-scenes use of this class as a proxy factory has been removed. For 1.0, you can still request it directly if you wish, but it doesn't really do anything useful, and will be removed in 1.1.
 class LogFactoryImpl
          Concrete subclass of LogFactory that implements the following algorithm to dynamically select a logging implementation class to instantiate a wrapper for.
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.