Class PluginAttributeVisitor

    • Constructor Detail

      • PluginAttributeVisitor

        public PluginAttributeVisitor()
    • Method Detail

      • visit

        public java.lang.Object visit​(Configuration configuration,
                                      Node node,
                                      LogEvent event,
                                      java.lang.StringBuilder log)
        Description copied from interface: PluginVisitor
        Visits 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.