Interface LogRecordFilter
- All Known Implementing Classes:
- LoggerNameFilter,- LogViewerFilter,- MultipleCriteriaFilter
public interface LogRecordFilter
A filter to select log records based on fields available from the 
RepositoryLogRecord.- 
Method SummaryModifier and TypeMethodDescriptionbooleanaccept(RepositoryLogRecord record) Checks if record should be accepted into the list.
- 
Method Details- 
acceptChecks if record should be accepted into the list.- Parameters:
- record- log record to check
- Returns:
- trueif record should be included in the list;- falseotherwise.
 
 
-