com.ibm.websphere.logging.hpel.reader
Uses of Interface LogRecordHeaderFilter
Packages that use LogRecordHeaderFilter
Package | Description |
---|---|
com.ibm.websphere.logging.hpel.reader | Provides classes and interfaces for reading log records stored in HPEL format. |
com.ibm.websphere.logging.hpel.reader.filters | Sample of filters which can be used in local log queries. |
Uses of LogRecordHeaderFilter in com.ibm.websphere.logging.hpel.reader
Modifier and Type | Method and Description |
---|---|
RepositoryReaderImpl.getLogListForServerInstance(java.util.Date time,LogRecordHeaderFilter filter)
returns log records from the binary repository which satisfy condition of the filter as specified by the parameter.
|
|
RepositoryReaderImpl.getLogListForServerInstance(RepositoryPointer after,LogRecordHeaderFilter 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.getLogLists(java.util.Date beginTime,java.util.Date endTime,LogRecordHeaderFilter 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.
|
|
RepositoryReaderImpl.getLogLists(RepositoryPointer after,java.util.Date endTime,LogRecordHeaderFilter 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.
|
Uses of LogRecordHeaderFilter in com.ibm.websphere.logging.hpel.reader.filters
Modifier and Type | Class and Description |
---|---|
|
LevelFilter
Implementation of the
LogRecordHeaderFilter interface for filtering out
records not falling into a specified Level range.
|
|
ThreadIDFilter
Implementation of the
LogRecordHeaderFilter interface for filtering out
records not written by a thread with a given thread ID.
|