Class and Description |
---|
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
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) |