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.
in spring-jcl (effectively equivalent to NoOpLog)
Originally a simple Commons Logging provider configured by system properties. Deprecated in 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.

Since:
5.0
Author:
Juergen Hoeller (for the spring-jcl variant)
See Also:
  • Constructor Details

    • SimpleLog

      public SimpleLog(String name)
      Deprecated.