Package | Description |
---|---|
org.apache.logging.log4j.core.config.status |
Configuration classes for the
StatusLogger API. |
Modifier and Type | Field and Description |
---|---|
private static StatusConfiguration.Verbosity |
StatusConfiguration.DEFAULT_VERBOSITY |
private StatusConfiguration.Verbosity |
StatusConfiguration.verbosity |
Modifier and Type | Method and Description |
---|---|
static StatusConfiguration.Verbosity |
StatusConfiguration.Verbosity.toVerbosity(java.lang.String value)
Parses the verbosity property into an enum.
|
static StatusConfiguration.Verbosity |
StatusConfiguration.Verbosity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StatusConfiguration.Verbosity[] |
StatusConfiguration.Verbosity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|