| Package | Description |
|---|---|
| org.apache.logging.log4j.core.config.xml |
Classes and interfaces supporting configuration of Log4j 2 with XML.
|
| Modifier and Type | Field and Description |
|---|---|
private XmlConfiguration.ErrorType |
XmlConfiguration.Status.errorType |
| Modifier and Type | Method and Description |
|---|---|
static XmlConfiguration.ErrorType |
XmlConfiguration.ErrorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XmlConfiguration.ErrorType[] |
XmlConfiguration.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,
org.w3c.dom.Element element,
XmlConfiguration.ErrorType errorType) |