dk.netarkivet.monitor.logging
Interface SingleLogRecord

All Known Implementing Classes:
CachingLogRecord

public interface SingleLogRecord

An interface for reading the contents of a log record.


Method Summary
 java.lang.String getRecordString()
          Get the log record on a given index from the top as a string.
 

Method Detail

getRecordString

java.lang.String getRecordString()
Get the log record on a given index from the top as a string. This will be formatted by some formatter, depending on implementation.

Returns:
A String representation of the LogRecord, or null for none.