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
-
Method Details
-
accept
Accept an event or not.- Parameters:
event
-- Returns:
- true if the event should be accepted
-