Uses of Class
org.springframework.boot.logging.LoggerConfiguration
Package
Description
Actuator support for logging.
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 LoggerConfiguration in org.springframework.boot.actuate.logging
-
Uses of LoggerConfiguration in org.springframework.boot.logging
Modifier and TypeFieldDescriptionprotected static final Comparator<LoggerConfiguration>
AbstractLoggingSystem.CONFIGURATION_COMPARATOR
Modifier and TypeMethodDescriptionLoggingSystem.getLoggerConfiguration
(String loggerName) Returns the current configuration for aLoggingSystem
's logger.Modifier and TypeMethodDescriptionLoggingSystem.getLoggerConfigurations()
Returns a collection of the current configuration for all aLoggingSystem
's loggers. -
Uses of LoggerConfiguration in org.springframework.boot.logging.java
-
Uses of LoggerConfiguration in org.springframework.boot.logging.log4j2
-
Uses of LoggerConfiguration in org.springframework.boot.logging.logback