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 Open up 'friendly' modifiers. 
org.mule.module.logging   
 

Uses of LogFactory in org.apache.commons.logging
 

Fields in org.apache.commons.logging declared as LogFactory
protected static LogFactory LogFactory.nullClassLoaderFactory
          

This property is not used but preserved here for compatibility.

 

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(String factoryClass, ClassLoader classLoader)
          This method exists to ensure signature compatibility.
protected static LogFactory LogFactory.newFactory(String factoryClass, ClassLoader classLoader, ClassLoader contextClassLoader)
          This method exists to ensure signature compatibility.
 

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

Subclasses of LogFactory in org.apache.commons.logging.impl
 class SLF4JLogFactory
           
 

Uses of LogFactory in org.mule.module.logging
 

Subclasses of LogFactory in org.mule.module.logging
 class MuleLogFactory
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.