Class LoggersEndpoint.LoggersDescriptor
java.lang.Object
org.springframework.boot.actuate.logging.LoggersEndpoint.LoggersDescriptor
- All Implemented Interfaces:
OperationResponseBody
- Enclosing class:
- LoggersEndpoint
public static class LoggersEndpoint.LoggersDescriptor
extends Object
implements OperationResponseBody
Description of loggers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LoggersEndpoint.LoggersDescriptor
Empty description. -
Constructor Summary
ConstructorDescriptionLoggersDescriptor
(NavigableSet<LogLevel> levels, Map<String, LoggersEndpoint.LoggerLevelsDescriptor> loggers, Map<String, LoggersEndpoint.GroupLoggerLevelsDescriptor> groups) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
NONE
Empty description.
-
-
Constructor Details
-
Method Details
-
getLevels
-
getLoggers
-
getGroups
-