Interface SingleLogRecord

    • 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.