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. -
-
Uses of ConfigurationFactory in org.apache.log4j.config
Subclasses of ConfigurationFactory in org.apache.log4j.config Modifier and Type Class Description class
Log4j1ConfigurationFactory
Experimental ConfigurationFactory for Log4j 1.2 properties configuration files.class
PropertiesConfigurationFactory
Configures 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 class
XmlConfigurationFactory
Constructs a Configuration usable in Log4j 2 from a Log4j 1 configuration file. -
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 ConfigurationFactory
ConfigurationFactory. getInstance()
Returns the ConfigurationFactory.Methods in org.apache.logging.log4j.core.config with parameters of type ConfigurationFactory Modifier and Type Method Description static 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 Modifier and Type Class Description class
JsonConfigurationFactory
-
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 class
PropertiesConfigurationFactory
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.xml Modifier and Type Class Description class
XmlConfigurationFactory
Factory to construct an XmlConfiguration.
-