Package | Description |
---|---|
org.apache.logging.log4j.core.config |
Configuration of Log4j 2.
|
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.util |
Log4j 2 helper classes.
|
Modifier and Type | Field and Description |
---|---|
protected PluginManager |
AbstractConfiguration.pluginManager
The plugin manager.
|
Modifier and Type | Method and Description |
---|---|
PluginManager |
AbstractConfiguration.getPluginManager() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfiguration.setPluginManager(PluginManager pluginManager) |
Modifier and Type | Method and Description |
---|---|
PluginManager |
BuiltConfiguration.getPluginManager() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMergeStrategy.mergConfigurations(Node target,
Node source,
PluginManager pluginManager)
Merge the source Configuration into the target Configuration.
|
void |
MergeStrategy.mergConfigurations(Node target,
Node source,
PluginManager pluginManager)
Merge the soure node tree into the target node tree.
|
private void |
DefaultMergeStrategy.updateFilterNode(Node target,
Node targetChildNode,
Node sourceChildNode,
PluginManager pluginManager) |
Modifier and Type | Field and Description |
---|---|
private static PluginManager |
WatcherFactory.pluginManager |