Uses of Class
org.apache.logging.log4j.core.config.Order
-
Packages that use Order Package Description org.apache.logging.log4j.core.config.json Classes and interfaces supporting configuration of Log4j 2 with JSON.org.apache.logging.log4j.core.config.properties Configuration using Properties files.org.apache.logging.log4j.core.config.xml Classes and interfaces supporting configuration of Log4j 2 with XML.org.apache.logging.log4j.core.config.yaml Classes and interfaces supporting configuration of Log4j 2 with YAML. -
-
Uses of Order in org.apache.logging.log4j.core.config.json
Classes in org.apache.logging.log4j.core.config.json with annotations of type Order Modifier and Type Class Description class
JsonConfigurationFactory
-
Uses of Order in org.apache.logging.log4j.core.config.properties
Classes in org.apache.logging.log4j.core.config.properties with annotations of type Order Modifier and Type Class Description class
PropertiesConfigurationFactory
Creates a PropertiesConfiguration from a properties file. -
Uses of Order in org.apache.logging.log4j.core.config.xml
Classes in org.apache.logging.log4j.core.config.xml with annotations of type Order Modifier and Type Class Description class
XmlConfigurationFactory
Factory to construct an XmlConfiguration. -
Uses of Order in org.apache.logging.log4j.core.config.yaml
Classes in org.apache.logging.log4j.core.config.yaml with annotations of type Order Modifier and Type Class Description class
YamlConfigurationFactory
-