Package simpleloglib

Interface Filter


public interface Filter
Filters are used to filter events based on their level. They are applied when te events are pushed to the output target by the Appender.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Event event)
    Accept an event or not.
  • Method Details

    • accept

      boolean accept(Event event)
      Accept an event or not.
      Parameters:
      event -
      Returns:
      true if the event should be accepted