Uses of Class
org.apache.logging.log4j.core.config.ConfigurationFactory
-
Packages that use ConfigurationFactory Package Description org.apache.log4j.config Log4j 1.x compatibility layer.org.apache.log4j.xml Log4j 1.x compatibility layer.org.apache.logging.log4j.core.config Configuration of Log4j 2.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 ConfigurationFactory in org.apache.log4j.config
Subclasses of ConfigurationFactory in org.apache.log4j.config Modifier and Type Class Description classLog4j1ConfigurationFactoryExperimental ConfigurationFactory for Log4j 1.2 properties configuration files.classPropertiesConfigurationFactoryConfigures Log4j from a log4j 1 format properties file. -
Uses of ConfigurationFactory in org.apache.log4j.xml
Subclasses of ConfigurationFactory in org.apache.log4j.xml Modifier and Type Class Description classXmlConfigurationFactoryConstructs 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.config Modifier and Type Class Description private static classConfigurationFactory.FactoryDefault Factory.Fields in org.apache.logging.log4j.core.config declared as ConfigurationFactory Modifier and Type Field Description private static ConfigurationFactoryConfigurationFactory. configFactoryFields in org.apache.logging.log4j.core.config with type parameters of type ConfigurationFactory Modifier and Type Field Description private static java.util.List<ConfigurationFactory>ConfigurationFactory. factoriesMethods 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 that return types with arguments of type ConfigurationFactory Modifier and Type Method Description (package private) static java.util.List<ConfigurationFactory>ConfigurationFactory. getFactories()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.Method parameters in org.apache.logging.log4j.core.config with type arguments of type ConfigurationFactory Modifier and Type Method Description private static voidConfigurationFactory. addFactory(java.util.Collection<ConfigurationFactory> list, java.lang.Class<? extends ConfigurationFactory> factoryClass)private static voidConfigurationFactory. addFactory(java.util.Collection<ConfigurationFactory> list, java.lang.Class<? extends ConfigurationFactory> factoryClass)private static voidConfigurationFactory. addFactory(java.util.Collection<ConfigurationFactory> list, java.lang.String factoryClass) -
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
-