Package | Description |
---|---|
org.apache.logging.log4j.core.config.json |
Classes and interfaces supporting configuration of Log4j 2 with JSON.
|
Modifier and Type | Field and Description |
---|---|
private JsonConfiguration.ErrorType |
JsonConfiguration.Status.errorType |
Modifier and Type | Method and Description |
---|---|
static JsonConfiguration.ErrorType |
JsonConfiguration.ErrorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JsonConfiguration.ErrorType[] |
JsonConfiguration.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Status(java.lang.String name,
com.fasterxml.jackson.databind.JsonNode node,
JsonConfiguration.ErrorType errorType) |