| |
|
| java.lang.Object java.util.logging.LogRecord org.archive.io.SinkHandlerLogRecord
SinkHandlerLogRecord | public class SinkHandlerLogRecord extends LogRecord (Code) | | Version of LogRecord used by SinkHandler.
Adds being able to mark the LogRecord as already-read and timestamping time
of creation. Also adds a different
SinkHandlerLogRecord.toString() implementation.
Delegates all other calls to the passed LogRecord.
author: stack version: $Date: 2006-08-15 04:39:00 +0000 (Tue, 15 Aug 2006) $ $Version$ |
Field Summary | |
boolean | read |
SinkHandlerLogRecord | protected SinkHandlerLogRecord()(Code) | | |
equals | public boolean equals(long id)(Code) | | |
getCreationTime | public Date getCreationTime()(Code) | | Time of creation |
isRead | public boolean isRead()(Code) | | |
setRead | public void setRead()(Code) | | Mark alert as seen (That is, isNew() no longer returns true).
|
|
|
|