Uses of Interface
com.ibm.websphere.logging.hpel.reader.LogRecordFilter
Packages that use LogRecordFilter
Package
Description
Provides classes and interfaces for reading log records stored in HPEL format.
Sample of filters which can be used in local log queries.
-
Uses of LogRecordFilter in com.ibm.websphere.logging.hpel.reader
Methods in com.ibm.websphere.logging.hpel.reader with parameters of type LogRecordFilterModifier and TypeMethodDescriptionRepositoryReaderImpl.getLogListForServerInstance
(RepositoryPointer after, LogRecordFilter filter) returns log records from the binary repository that are beyond a given repository location and satisfies the filter criteria as specified by the parameters.RepositoryReaderImpl.getLogListForServerInstance
(Date time, LogRecordFilter filter) returns log records from the binary repository which satisfy condition of the filter as specified by the parameter.RepositoryReaderImpl.getLogLists
(RepositoryPointer after, Date endTime, LogRecordFilter filter) returns log records from the binary repository that are beyond a given repository location, occured before a given time, and meet a filter condition as specified by the parameters.RepositoryReaderImpl.getLogLists
(Date beginTime, Date endTime, LogRecordFilter filter) returns log records from the binary repository that are within the date range and which satisfy condition of the filter as specified by the parameters. -
Uses of LogRecordFilter in com.ibm.websphere.logging.hpel.reader.filters
Classes in com.ibm.websphere.logging.hpel.reader.filters that implement LogRecordFilterModifier and TypeClassDescriptionclass
Implementation of theLogRecordFilter
interface for filtering out records not written by a logger with a matching name.class
Implementation of theLogRecordFilter
interface using multiple parameters to filter log records.class
filter class for all remote reader functionality.