Package org.apache.commons.logging.impl
Class SimpleLog
- java.lang.Object
- org.apache.commons.logging.impl.NoOpLog
- org.apache.commons.logging.impl.SimpleLog
- All Implemented Interfaces:
Serializable,Log
@Deprecated public class SimpleLog extends NoOpLog
Deprecated.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.- Since:
- 5.0
- Author:
- Juergen Hoeller (for the
spring-jclvariant) - See Also:
- Serialized Form
Method Summary
Methods inherited from class org.apache.commons.logging.impl.NoOpLog
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, warn, warn