public interface LogFilterPlugin
| Modifier and Type | Method and Description |
|---|---|
default void |
complete(PluginLoggingContext context)
Called when the current step/node output is complete, optional
|
void |
handleEvent(PluginLoggingContext context,
LogEventControl event)
Handle a log event
|
default void |
init(PluginLoggingContext context)
Initialize filtering for the current context, optional
|
default void init(PluginLoggingContext context)
void handleEvent(PluginLoggingContext context, LogEventControl event)
context - the context for the pluginevent - eventdefault void complete(PluginLoggingContext context)
context - the context for the plugin