Uses of Class
org.springframework.boot.actuate.logging.LoggersEndpoint.LoggerLevelsDescriptor
Packages that use LoggersEndpoint.LoggerLevelsDescriptor
-
Uses of LoggersEndpoint.LoggerLevelsDescriptor in org.springframework.boot.actuate.logging
Modifier and TypeClassDescriptionstatic class
Description of levels configured for a given group logger.static class
Description of levels configured for a given single logger.Methods in org.springframework.boot.actuate.logging that return LoggersEndpoint.LoggerLevelsDescriptorMethods in org.springframework.boot.actuate.logging that return types with arguments of type LoggersEndpoint.LoggerLevelsDescriptorConstructor parameters in org.springframework.boot.actuate.logging with type arguments of type LoggersEndpoint.LoggerLevelsDescriptorModifierConstructorDescriptionLoggersDescriptor
(NavigableSet<LogLevel> levels, Map<String, LoggersEndpoint.LoggerLevelsDescriptor> loggers, Map<String, LoggersEndpoint.GroupLoggerLevelsDescriptor> groups)