Uses of Class
org.apache.commons.logging.LogFactory
Packages that use LogFactory
Package
Description
Spring's variant of the
 Commons Logging API:
 with special support for Log4J 2, SLF4J and 
java.util.logging.- 
Uses of LogFactory in org.apache.commons.loggingSubclasses of LogFactory in org.apache.commons.loggingModifier and TypeClassDescriptionclassDeprecated.since it is only meant to be used in the above-mentioned fallback scenarioMethods in org.apache.commons.logging that return LogFactoryModifier and TypeMethodDescriptionstatic LogFactoryLogFactory.getFactory()Deprecated.in favor ofgetLog(Class)/getLog(String)