SalesPoint Framework v3.0

log
Interface LogEntryFilter


public interface LogEntryFilter

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

Hooks:
Open Log File For Evaluation
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

public boolean accept(LogEntry le)
Return whether or not the given LogEntry belongs to the set of visible LogEntries.
Override:
Always.
Hooks:
Open Log File For Evaluation

SalesPoint Framework v3.0