Uses of Class
org.apache.commons.logging.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.logging
Modifier and TypeClassDescriptionclass
Deprecated.since it is only meant to be used in the above-mentioned fallback scenarioModifier and TypeMethodDescriptionstatic LogFactory
LogFactory.getFactory()
Deprecated.in favor ofgetLog(Class)
/getLog(String)