Uses of Class
org.apache.logging.log4j.core.config.AbstractConfiguration
Packages that use AbstractConfiguration
Package
Description
Configuration of Log4j 2.
Configuration Builder Implementation.
Support for composite configurations.
Classes and interfaces supporting configuration of Log4j 2 with JSON.
Configuration using Properties files.
Classes and interfaces supporting configuration of Log4j 2 with XML.
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.configModifier and TypeClassDescriptionclassThe default configuration writes all output to the Console using the default logging level.classThis configuration defaults to no logging. -
Uses of AbstractConfiguration in org.apache.logging.log4j.core.config.arbiters
Methods in org.apache.logging.log4j.core.config.arbiters with parameters of type AbstractConfigurationModifier and TypeMethodDescriptionScriptArbiter.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.implModifier and TypeClassDescriptionclassThis 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.compositeMethods in org.apache.logging.log4j.core.config.composite with parameters of type AbstractConfigurationModifier and TypeMethodDescriptionvoidDefaultMergeStrategy.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 AbstractConfigurationModifierConstructorDescriptionCompositeConfiguration(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.jsonModifier and TypeClassDescriptionclassCreates 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.propertiesModifier and TypeClassDescriptionclassConfiguration 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.xmlModifier and TypeClassDescriptionclassCreates 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