类 SimpleLog
- java.lang.Object
- org.apache.commons.logging.impl.NoOpLog
- org.apache.commons.logging.impl.SimpleLog
- 所有已实现的接口:
Serializable,Log
@Deprecated public class SimpleLog extends NoOpLog
已过时。inspring-jcl(effectively equivalent toNoOpLog)Originally a simple Commons Logging provider configured by system properties. Deprecated inspring-jcl, effectively equivalent toNoOpLog.Instead of instantiating this directly, call
LogFactory#getLog(Class/String)which will fall back tojava.util.loggingif neither Log4j nor SLF4J are present.- 从以下版本开始:
- 5.0
- 作者:
- Juergen Hoeller (for the
spring-jclvariant) - 另请参阅:
- 序列化表格
方法概要
从类继承的方法 org.apache.commons.logging.impl.NoOpLog
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, warn, warn