Uses of Class
org.apache.logging.log4j.core.config.AbstractConfiguration
-
Packages that use AbstractConfiguration 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.arbiters org.apache.logging.log4j.core.config.builder.impl Configuration Builder Implementation.org.apache.logging.log4j.core.config.composite Support for composite configurations.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 AbstractConfiguration in org.apache.log4j.config
Subclasses of AbstractConfiguration in org.apache.log4j.config Modifier and Type Class Description classLog4j1ConfigurationClass Description goes here.classPropertiesConfigurationConstructs a configuration based on Log4j 1 properties. -
Uses of AbstractConfiguration in org.apache.log4j.xml
Subclasses of AbstractConfiguration in org.apache.log4j.xml Modifier and Type Class Description classXmlConfigurationClass Description goes here. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config
Subclasses of AbstractConfiguration in org.apache.logging.log4j.core.config Modifier and Type Class Description classDefaultConfigurationThe default configuration writes all output to the Console using the default logging level.classNullConfigurationThis configuration defaults to no logging. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config.arbiters
Fields in org.apache.logging.log4j.core.config.arbiters declared as AbstractConfiguration Modifier and Type Field Description private AbstractConfigurationScriptArbiter.Builder. configurationMethods in org.apache.logging.log4j.core.config.arbiters with parameters of type AbstractConfiguration Modifier and Type Method Description ScriptArbiter.BuilderScriptArbiter.Builder. setConfiguration(AbstractConfiguration configuration) -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config.builder.impl
Subclasses of AbstractConfiguration in org.apache.logging.log4j.core.config.builder.impl Modifier and Type Class Description classBuiltConfigurationThis is the general version of the Configuration created by the Builder. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config.composite
Subclasses of AbstractConfiguration in org.apache.logging.log4j.core.config.composite Modifier and Type Class Description classCompositeConfigurationA Composite Configuration.Fields in org.apache.logging.log4j.core.config.composite with type parameters of type AbstractConfiguration Modifier and Type Field Description private java.util.List<? extends AbstractConfiguration>CompositeConfiguration. configurationsMethods in org.apache.logging.log4j.core.config.composite with parameters of type AbstractConfiguration Modifier and Type Method Description voidDefaultMergeStrategy. mergeRootProperties(Node rootNode, AbstractConfiguration configuration)Merge the root properties.voidMergeStrategy. mergeRootProperties(Node rootNode, AbstractConfiguration configuration)Merge the root node properties into the configuration.private voidCompositeConfiguration. staffChildConfiguration(AbstractConfiguration childConfiguration)Constructor parameters in org.apache.logging.log4j.core.config.composite with type arguments of type AbstractConfiguration Constructor Description CompositeConfiguration(java.util.List<? extends AbstractConfiguration> configurations)Construct the CompositeConfiguration. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config.json
Subclasses of AbstractConfiguration in org.apache.logging.log4j.core.config.json Modifier and Type Class Description classJsonConfigurationCreates a Node hierarchy from a JSON file. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config.properties
Subclasses of AbstractConfiguration in org.apache.logging.log4j.core.config.properties Modifier and Type Class Description classPropertiesConfigurationConfiguration created from a properties file. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config.xml
Subclasses of AbstractConfiguration in org.apache.logging.log4j.core.config.xml Modifier and Type Class Description classXmlConfigurationCreates a Node hierarchy from an XML file. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config.yaml
Subclasses of AbstractConfiguration in org.apache.logging.log4j.core.config.yaml Modifier and Type Class Description classYamlConfiguration
-