Class PluginConfigurationVisitor

    • Constructor Detail

      • PluginConfigurationVisitor

        public PluginConfigurationVisitor()
    • Method Detail

      • visit

        public Object visit​(Configuration configuration,
                            Node node,
                            LogEvent event,
                            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.