Uses of Interface
com.ibm.websphere.logging.hpel.reader.RepositoryLogRecord
Packages that use RepositoryLogRecord
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.
Set of classes and interfaces to store log records on disk
-
Uses of RepositoryLogRecord in com.ibm.websphere.logging.hpel.reader
Methods in com.ibm.websphere.logging.hpel.reader that return types with arguments of type RepositoryLogRecordModifier and TypeMethodDescriptionRemoteInstanceResult.getLogList()
returns the set of records in this result.MergedRepository.iterator()
ServerInstanceLogRecordList.range
(int offset, int length) Returns a subset of records from this query result.Methods in com.ibm.websphere.logging.hpel.reader with parameters of type RepositoryLogRecordModifier and TypeMethodDescriptionboolean
LogRecordFilter.accept
(RepositoryLogRecord record) Checks if record should be accepted into the list.void
RemoteInstanceResult.addRecord
(RepositoryLogRecord record) adds record to the result set.HpelFormatter.formatMessage
(RepositoryLogRecord record, Locale tmpLocale) Returns the formatted version of the record's message in a specified locale with any place holder parameters substituted with values.HpelAdvancedFormatter.formatRecord
(RepositoryLogRecord record, Locale locale) Formats a RepositoryLogRecord into a localized advanced format output String.HpelBasicFormatter.formatRecord
(RepositoryLogRecord record, Locale locale) Formats a RepositoryLogRecord into a localized basic format output String.HpelCBEFormatter.formatRecord
(RepositoryLogRecord record, Locale locale) Formats a RepositoryLogRecord into a localized CBE format output String.HpelFormatter.formatRecord
(RepositoryLogRecord record) Formats a RepositoryLogRecord using the formatter's localeabstract String
HpelFormatter.formatRecord
(RepositoryLogRecord record, Locale locale) Formats a RepositoryLogRecord using the locale specified.HpelJsonFormatter.formatRecord
(RepositoryLogRecord record, Locale locale) HpelCBEFormatter.getFormattedRecord
(RepositoryLogRecord record, Locale locale) Gets a String representation of a log record as a CBEEvent XML elementMergedRepository.getHeader
(RepositoryLogRecord record) Returns header information for the server this record was created on.static String
HpelFormatter.translateMessage
(RepositoryLogRecord record, Locale tmpLocale) -
Uses of RepositoryLogRecord in com.ibm.websphere.logging.hpel.reader.filters
Methods in com.ibm.websphere.logging.hpel.reader.filters with parameters of type RepositoryLogRecordModifier and TypeMethodDescriptionboolean
LoggerNameFilter.accept
(RepositoryLogRecord record) boolean
LogViewerFilter.accept
(RepositoryLogRecord record) boolean
MultipleCriteriaFilter.accept
(RepositoryLogRecord record) filter current record per criteria passed in. -
Uses of RepositoryLogRecord in com.ibm.websphere.logging.hpel.writer
Methods in com.ibm.websphere.logging.hpel.writer with parameters of type RepositoryLogRecordModifier and TypeMethodDescriptionvoid
CompatibilityRepositoryExporter.storeRecord
(RepositoryLogRecord record) Stores a RepositoryLogRecord into the proper text formatvoid
RepositoryExporter.storeRecord
(RepositoryLogRecord record) Writes log record into exported repository.