Uses of Class
org.springframework.boot.logging.LoggerConfiguration
Packages that use 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
Constructors in org.springframework.boot.actuate.logging with parameters of type LoggerConfiguration -
Uses of LoggerConfiguration in org.springframework.boot.logging
Fields in org.springframework.boot.logging with type parameters of type LoggerConfigurationModifier and TypeFieldDescriptionprotected static final Comparator<LoggerConfiguration>
AbstractLoggingSystem.CONFIGURATION_COMPARATOR
Methods in org.springframework.boot.logging that return LoggerConfigurationModifier and TypeMethodDescriptionLoggingSystem.getLoggerConfiguration
(String loggerName) Returns the current configuration for aLoggingSystem
's logger.Methods in org.springframework.boot.logging that return types with arguments of type LoggerConfigurationModifier and TypeMethodDescriptionLoggingSystem.getLoggerConfigurations()
Returns a collection of the current configuration for all aLoggingSystem
's loggers. -
Uses of LoggerConfiguration in org.springframework.boot.logging.java
Methods in org.springframework.boot.logging.java that return LoggerConfigurationMethods in org.springframework.boot.logging.java that return types with arguments of type LoggerConfiguration -
Uses of LoggerConfiguration in org.springframework.boot.logging.log4j2
Methods in org.springframework.boot.logging.log4j2 that return LoggerConfigurationMethods in org.springframework.boot.logging.log4j2 that return types with arguments of type LoggerConfiguration -
Uses of LoggerConfiguration in org.springframework.boot.logging.logback
Methods in org.springframework.boot.logging.logback that return LoggerConfigurationMethods in org.springframework.boot.logging.logback that return types with arguments of type LoggerConfiguration