类的使用
org.springframework.boot.logging.LoggingSystem
使用LoggingSystem的程序包
程序包
说明
Auto-configuration for actuator logging concerns.
Actuator support for logging.
Logging integration with Spring's Application Context.
Support and abstractions across several logging libraries.
Support for 'Java Util Logging'.
Support for the Log4j 2 logging library.
Support for the Logback logging library.
-
org.springframework.boot.actuate.autoconfigure.logging中LoggingSystem的使用
修饰符和类型方法说明LoggersEndpointAutoConfiguration.loggersEndpoint
(LoggingSystem loggingSystem, ObjectProvider<LoggerGroups> springBootLoggerGroups) -
org.springframework.boot.actuate.logging中LoggingSystem的使用
限定符构造器说明LoggersEndpoint
(LoggingSystem loggingSystem, LoggerGroups loggerGroups) Create a newLoggersEndpoint
instance. -
org.springframework.boot.context.logging中LoggingSystem的使用
修饰符和类型方法说明protected void
LoggingApplicationListener.initializeSpringBootLogging
(LoggingSystem system, LogLevel springBootLogging) Initialize loggers based on thespringBootLogging
setting.protected void
LoggingApplicationListener.setLogLevels
(LoggingSystem system, ConfigurableEnvironment environment) Set logging levels based on relevantEnvironment
properties. -
org.springframework.boot.logging中LoggingSystem的使用
修饰符和类型方法说明static LoggingSystem
LoggingSystem.get
(ClassLoader classLoader) Detect and return the logging system in use.LoggingSystemFactory.getLoggingSystem
(ClassLoader classLoader) Return a logging system implementation ornull
if no logging system is available. -
org.springframework.boot.logging.java中LoggingSystem的使用
-
org.springframework.boot.logging.log4j2中LoggingSystem的使用
-
org.springframework.boot.logging.logback中LoggingSystem的使用