Uses of Class
org.apache.commons.logging.LogFactory
| Package | Description |
|---|---|
| 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
Fields in org.apache.commons.logging declared as LogFactory Modifier and Type Field Description protected static LogFactoryLogFactory. nullClassLoaderFactoryPrevously constructedLogFactoryinstance as in thefactoriesmap, but for the case wheregetClassLoaderreturnsnull.Methods in org.apache.commons.logging that return LogFactory Modifier and Type Method Description static LogFactoryLogFactory. getFactory()Construct (if necessary) and return aLogFactoryinstance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.protected static LogFactoryLogFactory. newFactory(String factoryClass, ClassLoader classLoader)Method provided for backwards compatibility; see newFactory version that takes 3 parameters.protected static LogFactoryLogFactory. newFactory(String factoryClass, ClassLoader classLoader, ClassLoader contextClassLoader)Return a new instance of the specifiedLogFactoryimplementation 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 Modifier and Type Class Description classLogFactoryImplConcrete subclass ofLogFactorythat implements the following algorithm to dynamically select a logging implementation class to instantiate a wrapper for.