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 Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if record should be accepted into the list.
  • Method Details

    • accept

      boolean accept(RepositoryLogRecord record)
      Checks if record should be accepted into the list.
      Parameters:
      record - log record to check
      Returns:
      true if record should be included in the list; false otherwise.