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 classDescription of levels configured for a given group logger.static classDescription of levels configured for a given single logger.Methods in org.springframework.boot.actuate.logging that return LoggersEndpoint.LoggerLevelsDescriptorModifier and TypeMethodDescription@Nullable LoggersEndpoint.LoggerLevelsDescriptorLoggersEndpoint.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)