Uses of Enum
org.apache.logging.log4j.core.config.xml.XmlConfiguration.ErrorType
Packages that use XmlConfiguration.ErrorType
Package
Description
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.ErrorTypeModifier and TypeFieldDescriptionprivate final XmlConfiguration.ErrorType
XmlConfiguration.Status.errorType
Methods in org.apache.logging.log4j.core.config.xml that return XmlConfiguration.ErrorTypeModifier and TypeMethodDescriptionstatic XmlConfiguration.ErrorType
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.ErrorTypeModifierConstructorDescriptionStatus
(String name, Element element, XmlConfiguration.ErrorType errorType)