Commons Logging to JBoss Log Manager 1.0.0.Final

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

Packages that use LogFactory
org.apache.commons.logging   
 

Uses of LogFactory in org.apache.commons.logging
 

Fields in org.apache.commons.logging declared as LogFactory
protected static LogFactory LogFactory.nullClassLoaderFactory
          Deprecated. since 1.1.2 - this is not used as other factory types are not supported
 

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


Commons Logging to JBoss Log Manager 1.0.0.Final

Copyright © 2016 JBoss by Red Hat. All rights reserved.