Uses of Class
org.apache.logging.log4j.core.config.AbstractConfiguration
Packages that use AbstractConfiguration
Package
Description
Log4j 1.x compatibility layer.
Log4j 1.x compatibility layer.
Configuration of Log4j 2.
Configuration Builder Implementation.
Support for composite configurations.
Configuration using Properties files.
Classes and interfaces supporting configuration of Log4j 2 with XML.
-
Uses of AbstractConfiguration in org.apache.log4j.config
Subclasses of AbstractConfiguration in org.apache.log4j.configModifier and TypeClassDescriptionclass
Class Description goes here.class
Constructs a configuration based on Log4j 1 properties. -
Uses of AbstractConfiguration in org.apache.log4j.xml
Subclasses of AbstractConfiguration in org.apache.log4j.xml -
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
Fields in org.apache.logging.log4j.core.config.arbiters declared as AbstractConfigurationModifier and TypeFieldDescriptionprivate AbstractConfiguration
ScriptArbiter.Builder.configuration
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.compositeFields in org.apache.logging.log4j.core.config.composite with type parameters of type AbstractConfigurationModifier and TypeFieldDescriptionprivate final List<? extends AbstractConfiguration>
CompositeConfiguration.configurations
Methods 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.private void
CompositeConfiguration.staffChildConfiguration
(AbstractConfiguration childConfiguration) 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.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.