Uses of Class
org.apache.commons.logging.LogFactory
-
Packages that use LogFactory Package Description org.apache.commons.logging Jakarta Commons Logging implemented over SLF4J.org.apache.commons.logging.impl SLF4J based implementation of commons-logging wrapper APIs. -
-
Uses of LogFactory in org.apache.commons.logging
Fields in org.apache.commons.logging declared as LogFactory Modifier and Type Field Description protected static LogFactory
LogFactory. nullClassLoaderFactory
This property is not used but preserved here for compatibility.Methods in org.apache.commons.logging that return LogFactory Modifier and Type Method Description static 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.impl Modifier and Type Class Description class
SLF4JLogFactory
Concrete subclass ofLogFactory
which always delegates to theorg.slf4j.LoggerFactory
class.
-