spring-framework / org.apache.commons.logging.impl

Package org.apache.commons.logging.impl

Types

NoOpLog

open class NoOpLog : Log, Serializable

Trivial implementation of Log that throws away all messages.

SimpleLog

open class SimpleLog : NoOpLog

Originally a simple Commons Logging provider configured by system properties. Deprecated in spring-jcl, effectively equivalent to NoOpLog now.

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.