接口 LoggingSystemFactory
public interface LoggingSystemFactory
Factory class used by
LoggingSystem.get(ClassLoader)
to find an actual
implementation.- 从以下版本开始:
- 2.4.0
- 作者:
- Phillip Webb
-
方法概要
修饰符和类型方法说明static LoggingSystemFactory
Return aLoggingSystemFactory
backed byspring.factories
.getLoggingSystem
(ClassLoader classLoader) Return a logging system implementation ornull
if no logging system is available.
-
方法详细资料
-
getLoggingSystem
Return a logging system implementation ornull
if no logging system is available.- 参数:
classLoader
- the class loader to use- 返回:
- a logging system
-
fromSpringFactories
Return aLoggingSystemFactory
backed byspring.factories
.- 返回:
- a
LoggingSystemFactory
instance
-