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 PluginManagerAbstractConfiguration.pluginManagerThe 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 TypeMethodDescriptionvoidAbstractConfiguration.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 TypeMethodDescriptionvoidDefaultMergeStrategy.mergConfigurations(Node target, Node source, PluginManager pluginManager) Merge the source Configuration into the target Configuration.voidMergeStrategy.mergConfigurations(Node target, Node source, PluginManager pluginManager) Merge the soure node tree into the target node tree.