Uses of Class
org.apache.commons.logging.LogFactory
Packages that use LogFactory
Package
Description
Jakarta Commons Logging implemented over SLF4J.
SLF4J based implementation of commons-logging wrapper APIs.
-
Uses of LogFactory in org.apache.commons.logging
Fields in org.apache.commons.logging declared as LogFactoryModifier and TypeFieldDescriptionprotected static LogFactory
LogFactory.nullClassLoaderFactory
This property is not used but preserved here for compatibility.Methods in org.apache.commons.logging that return LogFactoryModifier and TypeMethodDescriptionstatic LogFactory
LogFactory.getFactory()
Construct (if necessary) and return aLogFactory
instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.protected static LogFactory
LogFactory.newFactory
(String factoryClass, ClassLoader classLoader) This method exists to ensure signature compatibility.protected static LogFactory
LogFactory.newFactory
(String factoryClass, ClassLoader classLoader, ClassLoader contextClassLoader) This method exists to ensure signature compatibility. -
Uses of LogFactory in org.apache.commons.logging.impl
Subclasses of LogFactory in org.apache.commons.logging.implModifier and TypeClassDescriptionclass
Concrete subclass ofLogFactory
which always delegates to theorg.slf4j.LoggerFactory
class.