Uses of Class
org.apache.logging.log4j.core.config.ConfigurationFactory
-
-
Uses of ConfigurationFactory in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return ConfigurationFactory Modifier and Type Method Description static ConfigurationFactoryConfigurationFactory. getInstance()Returns the ConfigurationFactory.Methods in org.apache.logging.log4j.core.config with parameters of type ConfigurationFactory Modifier and Type Method Description static 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 Modifier and Type Class Description classJsonConfigurationFactory -
Uses of ConfigurationFactory in org.apache.logging.log4j.core.config.properties
Subclasses of ConfigurationFactory in org.apache.logging.log4j.core.config.properties Modifier and Type Class Description classPropertiesConfigurationFactoryCreates 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.xml Modifier and Type Class Description classXmlConfigurationFactoryFactory 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 Modifier and Type Class Description classYamlConfigurationFactory
-