Uses of Class
org.apache.commons.logging.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
Modifier and TypeFieldDescriptionprotected static LogFactory
LogFactory.nullClassLoaderFactory
This property is not used but preserved here for compatibility.Modifier 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
Modifier and TypeClassDescriptionclass
Concrete subclass ofLogFactory
which always delegates to theorg.slf4j.LoggerFactory
class.