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