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 ) |
Method and Description |
---|
org.apache.commons.logging.LogFactory.getFactory()
in favor of
getLog(Class) /getLog(String) |
org.apache.commons.logging.LogFactory.getInstance(Class<?>)
in favor of
getLog(Class) |
org.apache.commons.logging.LogFactory.getInstance(String)
in favor of
getLog(String) |