Uses of Class
org.apache.logging.log4j.core.config.plugins.PluginVisitorStrategy
-
Packages that use PluginVisitorStrategy Package Description org.apache.logging.log4j.core.config.plugins Annotations for Log4j 2 plugins. -
-
Uses of PluginVisitorStrategy in org.apache.logging.log4j.core.config.plugins
Classes in org.apache.logging.log4j.core.config.plugins with annotations of type PluginVisitorStrategy Modifier and Type Class Description interface
PluginAttribute
Identifies a Plugin Attribute and its default value.interface
PluginBuilderAttribute
Marks a field as a Plugin Attribute.interface
PluginConfiguration
Identifies a parameter or field as a Configuration.interface
PluginElement
Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.interface
PluginNode
Identifies a Plugin configuration Node.interface
PluginValue
Identifies a parameter as a value.
-