spring-jcl
(effectively equivalent to NoOpLog
)@Deprecated public class SimpleLog extends NoOpLog
spring-jcl
, effectively equivalent to NoOpLog
.
Instead of instantiating this directly, call LogFactory#getLog(Class/String)
which will fall back to java.util.logging
if neither Log4j nor SLF4J are present.
spring-jcl
variant)Constructor and Description |
---|
SimpleLog(java.lang.String name)
Deprecated.
|
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, warn, warn