Uses of Class
org.springframework.boot.logging.LoggerGroups
Packages that use LoggerGroups
Package
Description
Auto-configuration for actuator logging concerns.
Actuator support for logging.
-
Uses of LoggerGroups in org.springframework.boot.actuate.autoconfigure.logging
Method parameters in org.springframework.boot.actuate.autoconfigure.logging with type arguments of type LoggerGroupsModifier and TypeMethodDescriptionLoggersEndpointAutoConfiguration.loggersEndpoint
(LoggingSystem loggingSystem, ObjectProvider<LoggerGroups> springBootLoggerGroups) -
Uses of LoggerGroups in org.springframework.boot.actuate.logging
Constructors in org.springframework.boot.actuate.logging with parameters of type LoggerGroupsModifierConstructorDescriptionLoggersEndpoint
(LoggingSystem loggingSystem, LoggerGroups loggerGroups) Create a newLoggersEndpoint
instance.