Uses of Enum Class
org.springframework.boot.logging.LoggerConfiguration.ConfigurationScope
Packages that use LoggerConfiguration.ConfigurationScope
Package
Description
Support and abstractions across several logging libraries.
-
Uses of LoggerConfiguration.ConfigurationScope in org.springframework.boot.logging
Subclasses with type arguments of type LoggerConfiguration.ConfigurationScope in org.springframework.boot.loggingModifier and TypeClassDescriptionstatic enum
Supported logger configuration scopes.Methods in org.springframework.boot.logging that return LoggerConfiguration.ConfigurationScopeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.LoggerConfiguration.ConfigurationScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.logging with parameters of type LoggerConfiguration.ConfigurationScopeModifier and TypeMethodDescriptionLoggerConfiguration.getLevelConfiguration
(LoggerConfiguration.ConfigurationScope scope) Return the level configuration for the given scope.