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.org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
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
-