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

Packages that use LogFactory
org.apache.commons.logging   
org.apache.commons.logging.impl   
 

Uses of LogFactory in org.apache.commons.logging
 

Fields in org.apache.commons.logging declared as LogFactory
protected static LogFactory LogFactory.nullClassLoaderFactory
          Prevously constructed LogFactory instance as in the factories map, but for the case where getClassLoader returns null.
 

Methods in org.apache.commons.logging that return LogFactory
static 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 LogFactory LogFactory.newFactory(java.lang.String factoryClass, java.lang.ClassLoader classLoader, java.lang.ClassLoader contextClassLoader)
          Return a new instance of the specified LogFactory implementation class, loaded by the specified class loader.
protected static LogFactory LogFactory.newFactory(java.lang.String factoryClass, java.lang.ClassLoader classLoader)
          Method provided for backwards compatibility; see newFactory version that takes 3 parameters.
 

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

Subclasses of LogFactory in org.apache.commons.logging.impl
 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-2006 The Apache Software Foundation. All Rights Reserved.