Interface OutputLogEntry

  • All Known Implementing Classes:
    ImmutableOutputLogEntry

    @Immutable
    public interface OutputLogEntry
    An output log entry.
    • Method Detail

      • message

        String message()
        The log message.
      • timestamp

        long timestamp()
        The time the entry was received, in milliseconds since Unix epoch.
      • repeated

        int repeated()
        The number of times the entry was repeated.