org.salespointframework.core.logging
Interface LogEntryFilter


public interface LogEntryFilter

A filter that can be used to view only selected LogEntries.

Since:
v2.0
Version:
2.0 14/07/1999
Author:
Steffen Zschaler
See Also:
LogEntry, LogInputStream

Method Summary
 boolean accept(LogEntry le)
          Return whether or not the given LogEntry belongs to the set of visible LogEntries.
 

Method Detail

accept

boolean accept(LogEntry le)
Return whether or not the given LogEntry belongs to the set of visible LogEntries.