JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
spring-jcl
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Classes
Deprecated Methods
Deprecated Classes
Class and Description
org.apache.commons.logging.LogFactoryService
since it is only meant to be used in the above-mentioned fallback scenario
org.apache.commons.logging.impl.SimpleLog
in
spring-jcl
(effectively equivalent to
NoOpLog
)
Deprecated Methods
Method and Description
org.apache.commons.logging.LogFactory.getAttribute(String)
org.apache.commons.logging.LogFactory.getAttributeNames()
org.apache.commons.logging.LogFactory.getFactory()
in favor of
LogFactory.getLog(Class)
/
LogFactory.getLog(String)
org.apache.commons.logging.LogFactory.getInstance(Class<?>)
in favor of
LogFactory.getLog(Class)
org.apache.commons.logging.LogFactory.getInstance(String)
in favor of
LogFactory.getLog(String)
org.apache.commons.logging.LogFactory.objectId(Object)
org.apache.commons.logging.LogFactory.release()
org.apache.commons.logging.LogFactory.release(ClassLoader)
org.apache.commons.logging.LogFactory.releaseAll()
org.apache.commons.logging.LogFactory.removeAttribute(String)
org.apache.commons.logging.LogFactory.setAttribute(String, Object)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
spring-jcl
Prev
Next
Frames
No Frames
All Classes