类 LogFactoryService


  • @Deprecated
    public class LogFactoryService
    extends LogFactory
    已过时。
    since it is only meant to be used in the above-mentioned fallback scenario
    A minimal subclass of the standard Apache Commons Logging's LogFactory class, overriding the abstract getInstance lookup methods. This is just applied in case of the standard commons-logging jar accidentally ending up on the classpath, with the standard LogFactory class performing its META-INF service discovery. This implementation simply delegates to Spring's common Log factory methods.
    从以下版本开始:
    5.1
    作者:
    Juergen Hoeller