Uses of Class
org.apache.logging.log4j.core.config.ConfigurationFactory
Packages that use ConfigurationFactory
Package
Description
Log4j 1.x compatibility layer.
Log4j 1.x compatibility layer.
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.log4j.config
Subclasses of ConfigurationFactory in org.apache.log4j.configModifier and TypeClassDescriptionclassExperimental ConfigurationFactory for Log4j 1.2 properties configuration files.classConfigures Log4j from a log4j 1 format properties file. -
Uses of ConfigurationFactory in org.apache.log4j.xml
Subclasses of ConfigurationFactory in org.apache.log4j.xmlModifier and TypeClassDescriptionclassConstructs a Configuration usable in Log4j 2 from a Log4j 1 configuration file. -
Uses of ConfigurationFactory in org.apache.logging.log4j.core.config
Subclasses of ConfigurationFactory in org.apache.logging.log4j.core.configModifier and TypeClassDescriptionprivate static classDefault Factory.Fields in org.apache.logging.log4j.core.config declared as ConfigurationFactoryModifier and TypeFieldDescriptionprivate static ConfigurationFactoryConfigurationFactory.configFactoryFields in org.apache.logging.log4j.core.config with type parameters of type ConfigurationFactoryModifier and TypeFieldDescriptionprivate static List<ConfigurationFactory> ConfigurationFactory.factoriesMethods 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 that return types with arguments of type ConfigurationFactoryModifier and TypeMethodDescription(package private) static List<ConfigurationFactory> ConfigurationFactory.getFactories()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.Method parameters in org.apache.logging.log4j.core.config with type arguments of type ConfigurationFactoryModifier and TypeMethodDescriptionprivate static voidConfigurationFactory.addFactory(Collection<ConfigurationFactory> list, Class<? extends ConfigurationFactory> factoryClass) private static voidConfigurationFactory.addFactory(Collection<ConfigurationFactory> list, Class<? extends ConfigurationFactory> factoryClass) private static voidConfigurationFactory.addFactory(Collection<ConfigurationFactory> list, String factoryClass) -
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