类 Log4J2LoggingSystem.Factory
java.lang.Object
org.springframework.boot.logging.log4j2.Log4J2LoggingSystem.Factory
- 所有已实现的接口:
LoggingSystemFactory
- 封闭类:
Log4J2LoggingSystem
@Order(0)
public static class Log4J2LoggingSystem.Factory
extends Object
implements LoggingSystemFactory
LoggingSystemFactory
that returns Log4J2LoggingSystem
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
-