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.LoggerLevelsDescriptorModifier and TypeMethodDescription@Nullable LoggersEndpoint.LoggerLevelsDescriptor
LoggersEndpoint.loggerLevels
(String name) Methods in org.springframework.boot.actuate.logging that return types with arguments of type LoggersEndpoint.LoggerLevelsDescriptorModifier and TypeMethodDescription@Nullable Map
<String, LoggersEndpoint.LoggerLevelsDescriptor> LoggersEndpoint.LoggersDescriptor.getLoggers()
Constructor parameters in org.springframework.boot.actuate.logging with type arguments of type LoggersEndpoint.LoggerLevelsDescriptorModifierConstructorDescriptionLoggersDescriptor
(@Nullable NavigableSet<LogLevel> levels, @Nullable Map<String, LoggersEndpoint.LoggerLevelsDescriptor> loggers, @Nullable Map<String, LoggersEndpoint.GroupLoggerLevelsDescriptor> groups)