Uses of Class
org.apache.logging.log4j.core.config.AbstractConfiguration
-
Packages that use AbstractConfiguration Package Description org.apache.log4j.config Log4j 1.x compatibility layer.org.apache.log4j.xml Log4j 1.x compatibility layer.org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.config.arbiters 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.log4j.config
Subclasses of AbstractConfiguration in org.apache.log4j.config Modifier and Type Class Description class
Log4j1Configuration
Class Description goes here.class
PropertiesConfiguration
Constructs a configuration based on Log4j 1 properties. -
Uses of AbstractConfiguration in org.apache.log4j.xml
Subclasses of AbstractConfiguration in org.apache.log4j.xml Modifier and Type Class Description class
XmlConfiguration
Class Description goes here. -
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 class
DefaultConfiguration
The default configuration writes all output to the Console using the default logging level.class
NullConfiguration
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 AbstractConfiguration Modifier and Type Field Description private AbstractConfiguration
ScriptArbiter.Builder. configuration
Methods in org.apache.logging.log4j.core.config.arbiters with parameters of type AbstractConfiguration Modifier and Type Method Description ScriptArbiter.Builder
ScriptArbiter.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.impl Modifier and Type Class Description class
BuiltConfiguration
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.composite Modifier and Type Class Description class
CompositeConfiguration
A Composite Configuration.Fields in org.apache.logging.log4j.core.config.composite with type parameters of type AbstractConfiguration Modifier and Type Field Description private java.util.List<? extends AbstractConfiguration>
CompositeConfiguration. configurations
Methods in org.apache.logging.log4j.core.config.composite with parameters of type AbstractConfiguration Modifier and Type Method Description void
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 AbstractConfiguration Constructor Description CompositeConfiguration(java.util.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.json Modifier and Type Class Description class
JsonConfiguration
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.properties Modifier and Type Class Description class
PropertiesConfiguration
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.xml Modifier and Type Class Description class
XmlConfiguration
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 Modifier and Type Class Description class
YamlConfiguration
-