Class ErrorLogLine

java.lang.Object
io.guixer.logs.lines.AbstractLogLine
io.guixer.logs.lines.ErrorLogLine
All Implemented Interfaces:
LogLine

public final class ErrorLogLine extends AbstractLogLine
  • Constructor Details

    • ErrorLogLine

      public ErrorLogLine(long timeMillis, String rawText, String trace)
  • Method Details

    • addLine

      public void addLine(String line)
    • getTrace

      public String getTrace()