Uses of Class
org.apache.logging.log4j.core.config.builder.api.ConfigurationBuilderFactory
-
Packages that use ConfigurationBuilderFactory 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 ConfigurationBuilderFactory in org.apache.log4j.config
Subclasses of ConfigurationBuilderFactory 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 ConfigurationBuilderFactory in org.apache.log4j.xml
Subclasses of ConfigurationBuilderFactory 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 ConfigurationBuilderFactory in org.apache.logging.log4j.core.config
Subclasses of ConfigurationBuilderFactory in org.apache.logging.log4j.core.config Modifier and Type Class Description classConfigurationFactoryFactory class for parsedConfigurationobjects from a configuration file.private static classConfigurationFactory.FactoryDefault Factory. -
Uses of ConfigurationBuilderFactory in org.apache.logging.log4j.core.config.json
Subclasses of ConfigurationBuilderFactory in org.apache.logging.log4j.core.config.json Modifier and Type Class Description classJsonConfigurationFactory -
Uses of ConfigurationBuilderFactory in org.apache.logging.log4j.core.config.properties
Subclasses of ConfigurationBuilderFactory in org.apache.logging.log4j.core.config.properties Modifier and Type Class Description classPropertiesConfigurationBuilderHelper builder for parsing properties files into a PropertiesConfiguration.classPropertiesConfigurationFactoryCreates a PropertiesConfiguration from a properties file. -
Uses of ConfigurationBuilderFactory in org.apache.logging.log4j.core.config.xml
Subclasses of ConfigurationBuilderFactory in org.apache.logging.log4j.core.config.xml Modifier and Type Class Description classXmlConfigurationFactoryFactory to construct an XmlConfiguration. -
Uses of ConfigurationBuilderFactory in org.apache.logging.log4j.core.config.yaml
Subclasses of ConfigurationBuilderFactory in org.apache.logging.log4j.core.config.yaml Modifier and Type Class Description classYamlConfigurationFactory
-