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 ConfigurationFactory
ConfigurationFactory.getInstance()
Returns the ConfigurationFactory.Methods in org.apache.logging.log4j.core.config with parameters of type ConfigurationFactoryModifier and TypeMethodDescriptionstatic void
ConfigurationFactory.removeConfigurationFactory
(ConfigurationFactory factory) Removes the ConfigurationFactory.static void
ConfigurationFactory.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 TypeClassDescriptionclass
Creates 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 TypeClassDescriptionclass
Factory 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