Interface SingleLogRecord

  • All Known Implementing Classes:
    CachingSLF4JLogRecord

    public interface SingleLogRecord
    An interface for reading the contents of a log record.
    • Method Detail

      • getRecordString

        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.