Interface LogRecordHeaderFilter
- All Known Implementing Classes:
LevelFilter
,ThreadIDFilter
public interface LogRecordHeaderFilter
A filter to select log records based on fields available from the
RepositoryLogRecordHeader
.-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(RepositoryLogRecordHeader record) Checks if record should be accepted into the list.
-
Method Details
-
accept
Checks if record should be accepted into the list.- Parameters:
record
- log record header to check- Returns:
true
if record should be included in the list;false
otherwise.
-