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