Uses of Class
org.apache.logging.log4j.core.config.xml.XmlConfiguration.ErrorType
-
Packages that use XmlConfiguration.ErrorType Package Description org.apache.logging.log4j.core.config.xml Classes and interfaces supporting configuration of Log4j 2 with XML. -
-
Uses of XmlConfiguration.ErrorType in org.apache.logging.log4j.core.config.xml
Fields in org.apache.logging.log4j.core.config.xml declared as XmlConfiguration.ErrorType Modifier and Type Field Description private XmlConfiguration.ErrorType
XmlConfiguration.Status. errorType
Methods in org.apache.logging.log4j.core.config.xml that return XmlConfiguration.ErrorType Modifier and Type Method 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.Constructors in org.apache.logging.log4j.core.config.xml with parameters of type XmlConfiguration.ErrorType Constructor Description Status(java.lang.String name, org.w3c.dom.Element element, XmlConfiguration.ErrorType errorType)
-