类 LogbackLoggingSystem.Factory
java.lang.Object
org.springframework.boot.logging.logback.LogbackLoggingSystem.Factory
- 所有已实现的接口:
LoggingSystemFactory
- 封闭类:
LogbackLoggingSystem
@Order(-2147482624)
public static class LogbackLoggingSystem.Factory
extends Object
implements LoggingSystemFactory
LoggingSystemFactory
that returns LogbackLoggingSystem
if possible.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getLoggingSystem
(ClassLoader classLoader) Return a logging system implementation ornull
if no logging system is available.
-
构造器详细资料
-
Factory
public Factory()
-
-
方法详细资料
-
getLoggingSystem
从接口复制的说明:LoggingSystemFactory
Return a logging system implementation ornull
if no logging system is available.- 指定者:
getLoggingSystem
在接口中LoggingSystemFactory
- 参数:
classLoader
- the class loader to use- 返回:
- a logging system
-