Uses of Class
org.apache.logging.log4j.core.config.plugins.util.PluginManager
-
-
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 PluginManagerAbstractConfiguration. pluginManagerThe plugin manager.Methods in org.apache.logging.log4j.core.config that return PluginManager Modifier and Type Method Description PluginManagerAbstractConfiguration. getPluginManager()Methods in org.apache.logging.log4j.core.config with parameters of type PluginManager Modifier and Type Method Description voidAbstractConfiguration. 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 PluginManagerBuiltConfiguration. 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 voidDefaultMergeStrategy. 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.private voidDefaultMergeStrategy. updateFilterNode(Node target, Node targetChildNode, Node sourceChildNode, PluginManager pluginManager) -
Uses of PluginManager in org.apache.logging.log4j.core.util
Fields in org.apache.logging.log4j.core.util declared as PluginManager Modifier and Type Field Description private static PluginManagerWatcherFactory. pluginManager
-