类 SimpleLog

  • 所有已实现的接口:
    Serializable, Log

    @Deprecated
    public class SimpleLog
    extends NoOpLog
    已过时。
    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.

    从以下版本开始:
    5.0
    作者:
    Juergen Hoeller (for the spring-jcl variant)
    另请参阅:
    序列化表格
    • 构造器详细资料