Uses of Class
org.apache.logging.log4j.core.config.AbstractConfiguration
-
Packages that use AbstractConfiguration Package Description org.apache.logging.log4j.core.config Configuration of Log4j 2.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.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.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.Methods 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.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 ComponsiteConfiguration. -
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
-