Interface LogRecordFilter
- 
- All Known Implementing Classes:
- LoggerNameFilter,- LogViewerFilter,- MultipleCriteriaFilter
 
 public interface LogRecordFilterA filter to select log records based on fields available from theRepositoryLogRecord.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(RepositoryLogRecord record)Checks if record should be accepted into the list.
 
- 
- 
- 
Method Detail- 
acceptboolean accept(RepositoryLogRecord record) Checks if record should be accepted into the list.- Parameters:
- record- log record to check
- Returns:
- trueif record should be included in the list;- falseotherwise.
 
 
- 
 
-