Interface ILogEventFilter

All Known Implementing Classes:
ActivationLogEventFilter, WorkingMemoryLogEventFilter

public interface ILogEventFilter
An event filter that can be used to filter log events.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns whether the given event should be filtered from the event log or not.
  • Method Details

    • acceptEvent

      boolean acceptEvent(LogEvent event)
      Returns whether the given event should be filtered from the event log or not.
      Parameters:
      event - The log event
      Returns:
      Whether the event should be filtered from the event log or not.