Uses of Class
org.apache.logging.log4j.core.config.plugins.util.PluginManager
Packages that use PluginManager
Package
Description
Configuration of Log4j 2.
Configuration Builder Implementation.
Support for composite configurations.
-
Uses of PluginManager in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as PluginManagerModifier and TypeFieldDescriptionprotected PluginManager
AbstractConfiguration.pluginManager
The plugin manager.Methods in org.apache.logging.log4j.core.config that return PluginManagerMethods in org.apache.logging.log4j.core.config with parameters of type PluginManagerModifier and TypeMethodDescriptionvoid
AbstractConfiguration.setPluginManager
(PluginManager pluginManager) -
Uses of PluginManager in org.apache.logging.log4j.core.config.builder.impl
Methods in org.apache.logging.log4j.core.config.builder.impl that return PluginManager -
Uses of PluginManager in org.apache.logging.log4j.core.config.composite
Methods in org.apache.logging.log4j.core.config.composite with parameters of type PluginManagerModifier and TypeMethodDescriptionvoid
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.