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 TypeClassDescriptionclass
The default configuration writes all output to the Console using the default logging level.class
This 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 TypeClassDescriptionclass
This 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 TypeMethodDescriptionvoid
DefaultMergeStrategy.mergeRootProperties
(Node rootNode, AbstractConfiguration configuration) Merge the root properties.void
MergeStrategy.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 TypeClassDescriptionclass
Creates 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 TypeClassDescriptionclass
Configuration 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 TypeClassDescriptionclass
Creates 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