Class LogFactoryService

java.lang.Object
org.apache.commons.logging.LogFactory
org.apache.commons.logging.LogFactoryService

@Deprecated public class LogFactoryService extends LogFactory
Deprecated.
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.
Since:
5.1
Author:
Juergen Hoeller