Uses of Class
org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
Packages that use PluginManager 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. -
-
Uses of PluginManager in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as PluginManager Modifier and Type Field Description protected PluginManager
AbstractConfiguration. pluginManager
The plugin manager.Methods in org.apache.logging.log4j.core.config that return PluginManager Modifier and Type Method Description PluginManager
AbstractConfiguration. getPluginManager()
Methods in org.apache.logging.log4j.core.config with parameters of type PluginManager Modifier and Type Method Description void
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 Modifier and Type Method Description PluginManager
BuiltConfiguration. getPluginManager()
-
Uses of PluginManager in org.apache.logging.log4j.core.config.composite
Methods in org.apache.logging.log4j.core.config.composite with parameters of type PluginManager Modifier and Type Method 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.
-