Uses of Class
org.apache.logging.log4j.core.config.ConfigurationFactory
Packages that use ConfigurationFactory
Package
Description
Configuration of Log4j 2.
Classes and interfaces supporting configuration of Log4j 2 with JSON.
Configuration using Properties files.
Classes and interfaces supporting configuration of Log4j 2 with XML.
Classes and interfaces supporting configuration of Log4j 2 with YAML.
-
Uses of ConfigurationFactory in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return ConfigurationFactoryModifier and TypeMethodDescriptionstatic ConfigurationFactoryConfigurationFactory.getInstance()Returns the ConfigurationFactory.Methods in org.apache.logging.log4j.core.config with parameters of type ConfigurationFactoryModifier and TypeMethodDescriptionstatic voidConfigurationFactory.removeConfigurationFactory(ConfigurationFactory factory) Removes the ConfigurationFactory.static voidConfigurationFactory.setConfigurationFactory(ConfigurationFactory factory) Sets the configuration factory. -
Uses of ConfigurationFactory in org.apache.logging.log4j.core.config.json
Subclasses of ConfigurationFactory in org.apache.logging.log4j.core.config.json -
Uses of ConfigurationFactory in org.apache.logging.log4j.core.config.properties
Subclasses of ConfigurationFactory in org.apache.logging.log4j.core.config.propertiesModifier and TypeClassDescriptionclassCreates a PropertiesConfiguration from a properties file. -
Uses of ConfigurationFactory in org.apache.logging.log4j.core.config.xml
Subclasses of ConfigurationFactory in org.apache.logging.log4j.core.config.xmlModifier and TypeClassDescriptionclassFactory to construct an XmlConfiguration. -
Uses of ConfigurationFactory in org.apache.logging.log4j.core.config.yaml
Subclasses of ConfigurationFactory in org.apache.logging.log4j.core.config.yaml