Package | Description |
---|---|
org.springframework.boot.logging |
Support and abstractions across several logging libraries.
|
Modifier and Type | Method and Description |
---|---|
static LoggerConfiguration.ConfigurationScope |
LoggerConfiguration.ConfigurationScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggerConfiguration.ConfigurationScope[] |
LoggerConfiguration.ConfigurationScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LoggerConfiguration.LevelConfiguration |
LoggerConfiguration.getLevelConfiguration(LoggerConfiguration.ConfigurationScope scope)
Return the level configuration for the given scope.
|