Interface LogEntry

    • Method Detail

      • getFormattedDate

        String getFormattedDate()
      • getUsFormattedDate

        String getUsFormattedDate()
      • getCssStyle

        @Nullable
        @Nullable String getCssStyle()
      • getUnstyledLog

        String getUnstyledLog()
      • getDate

        Date getDate()
      • cloneAndMutate

        LogEntry cloneAndMutate​(String newUnstyledLog)
        Return new instance of LogEntry with log string replaced.
        Parameters:
        newUnstyledLog -
        Returns: