Interface LogRecordHeaderFilter
- 
- All Known Implementing Classes:
- LevelFilter,- ThreadIDFilter
 
 public interface LogRecordHeaderFilterA filter to select log records based on fields available from theRepositoryLogRecordHeader.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(RepositoryLogRecordHeader record)Checks if record should be accepted into the list.
 
- 
- 
- 
Method Detail- 
acceptboolean accept(RepositoryLogRecordHeader record) Checks if record should be accepted into the list.- Parameters:
- record- log record header to check
- Returns:
- trueif record should be included in the list;- falseotherwise.
 
 
- 
 
-