Uses of Class
org.springframework.boot.logging.LoggingSystem
Packages that use LoggingSystem
Package
Description
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.
-
Uses of LoggingSystem in org.springframework.boot.actuate.autoconfigure.logging
Methods in org.springframework.boot.actuate.autoconfigure.logging with parameters of type LoggingSystemModifier and TypeMethodDescriptionLoggersEndpointAutoConfiguration.loggersEndpoint
(LoggingSystem loggingSystem, ObjectProvider<LoggerGroups> springBootLoggerGroups) -
Uses of LoggingSystem in org.springframework.boot.actuate.logging
Constructors in org.springframework.boot.actuate.logging with parameters of type LoggingSystemModifierConstructorDescriptionLoggersEndpoint
(LoggingSystem loggingSystem, LoggerGroups loggerGroups) Create a newLoggersEndpoint
instance. -
Uses of LoggingSystem in org.springframework.boot.context.logging
Methods in org.springframework.boot.context.logging with parameters of type LoggingSystemModifier and TypeMethodDescriptionprotected 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. -
Uses of LoggingSystem in org.springframework.boot.logging
Subclasses of LoggingSystem in org.springframework.boot.loggingMethods in org.springframework.boot.logging that return LoggingSystemModifier and TypeMethodDescriptionstatic 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. -
Uses of LoggingSystem in org.springframework.boot.logging.java
Subclasses of LoggingSystem in org.springframework.boot.logging.javaMethods in org.springframework.boot.logging.java that return LoggingSystemModifier and TypeMethodDescriptionJavaLoggingSystem.Factory.getLoggingSystem
(ClassLoader classLoader) -
Uses of LoggingSystem in org.springframework.boot.logging.log4j2
Subclasses of LoggingSystem in org.springframework.boot.logging.log4j2Methods in org.springframework.boot.logging.log4j2 that return LoggingSystemModifier and TypeMethodDescriptionLog4J2LoggingSystem.Factory.getLoggingSystem
(ClassLoader classLoader) -
Uses of LoggingSystem in org.springframework.boot.logging.logback
Subclasses of LoggingSystem in org.springframework.boot.logging.logbackMethods in org.springframework.boot.logging.logback that return LoggingSystemModifier and TypeMethodDescriptionLogbackLoggingSystem.Factory.getLoggingSystem
(ClassLoader classLoader)