Interface ILogEventFilter

    • Method Detail

      • 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.