Uses of Class
org.apache.commons.logging.LogFactory
-
Packages that use LogFactory Package Description org.apache.commons.logging This package contains classes that change internals of Commons Logging library under the same API. -
-
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. nullClassLoaderFactoryDeprecated.since 1.1.2Fields in org.apache.commons.logging with type parameters of type LogFactory Modifier and Type Field Description protected static Hashtable<ClassLoader,LogFactory>LogFactory. factoriesThe previously constructedLogFactoryinstances, keyed by theClassLoaderwith which it was created.Methods in org.apache.commons.logging that return LogFactory Modifier and Type Method Description static LogFactoryLogFactory. getFactory()Opposite to originalLogFactory.getFactory, simply preinstantiated factory is returned.
-