Uses of Class
org.apache.logging.log4j.core.config.AbstractConfiguration
Packages that use AbstractConfiguration
Package
Description
-
Uses of AbstractConfiguration in org.apache.log4j.config
Subclasses of AbstractConfiguration in org.apache.log4j.configModifier and TypeClassDescriptionclassBase Configuration for Log4j 1.classConstructs 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 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
Fields in org.apache.logging.log4j.core.config.arbiters declared as AbstractConfigurationModifier and TypeFieldDescriptionprivate AbstractConfigurationScriptArbiter.Builder.configurationMethods 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.compositeFields in org.apache.logging.log4j.core.config.composite with type parameters of type AbstractConfigurationModifier and TypeFieldDescriptionprivate final List<? extends AbstractConfiguration> CompositeConfiguration.configurationsMethods 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.private voidCompositeConfiguration.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.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