Uses of Class
org.apache.logging.log4j.core.config.plugins.util.PluginBuilder
Packages that use PluginBuilder
Package
Description
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 PluginBuilderModifier and TypeMethodDescriptionPluginBuilder.forLogEvent(LogEvent event) Specifies the LogEvent that may be used to provide extra context for string substitutions.PluginBuilder.withConfiguration(Configuration configuration) Specifies the Configuration to use for constructing the plugin instance.PluginBuilder.withConfigurationNode(Node node) Specifies the Node corresponding to the plugin object that will be created.