Interface LogFilterPlugin


  • public interface LogFilterPlugin
    Provides a filter mechanism for log events, with access to the execution context
    Since:
    5/10/17
    • Method Detail

      • init

        default void init​(PluginLoggingContext context)
        Initialize filtering for the current context, optional
      • complete

        default void complete​(PluginLoggingContext context,
                              StatusResult result)
        Called when the current step/node output is complete, optional
        Parameters:
        context - the context for the plugin
        result - the status of the step/workflow, may be null if an error occurred