Uses of Class
org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
-
Packages that use PluginBuilder Package Description org.apache.logging.log4j.core.config.plugins.util Utility and manager classes for Log4j 2 plugins. -
-
Uses of PluginBuilder in org.apache.logging.log4j.core.config.plugins.util
Methods in org.apache.logging.log4j.core.config.plugins.util that return PluginBuilder Modifier and Type Method Description PluginBuilder
PluginBuilder. forLogEvent(LogEvent event)
Specifies the LogEvent that may be used to provide extra context for string substitutions.PluginBuilder
PluginBuilder. withConfiguration(Configuration configuration)
Specifies the Configuration to use for constructing the plugin instance.PluginBuilder
PluginBuilder. withConfigurationNode(Node node)
Specifies the Node corresponding to the plugin object that will be created.
-