Class PluginValueVisitor
java.lang.Object
org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitor<PluginValue>
org.apache.logging.log4j.core.config.plugins.visitors.PluginValueVisitor
- All Implemented Interfaces:
- PluginVisitor<PluginValue>
PluginVisitor implementation for 
PluginValue.- 
Field SummaryFields inherited from class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitoraliases, annotation, clazz, conversionType, LOGGER, member, substitutor
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvisit(Configuration configuration, Node node, LogEvent event, StringBuilder log) Visits a Node to obtain a value for constructing a Plugin object.Methods inherited from class org.apache.logging.log4j.core.config.plugins.visitors.AbstractPluginVisitorconvert, removeAttributeValue, setAliases, setAnnotation, setConversionType, setMember, setStrSubstitutor
- 
Constructor Details- 
PluginValueVisitorpublic PluginValueVisitor()
 
- 
- 
Method Details- 
visitDescription copied from interface:PluginVisitorVisits a Node to obtain a value for constructing a Plugin object.- Parameters:
- configuration- the current Configuration.
- node- the current Node corresponding to the Plugin object being created.
- event- the current LogEvent that caused this Plugin object to be made (optional).
- log- the StringBuilder being used to build a debug message.
- Returns:
- the converted value to be used for Plugin creation.
 
 
-