Class ETLogAnnotation

    • Constructor Detail

      • ETLogAnnotation

        public ETLogAnnotation​(int lineNumber,
                               String timestamp,
                               String context,
                               ETLogAnnotation.Severity severity,
                               String message)
        Instantiates a new ETLogAnnotation.
        Parameters:
        lineNumber - the line number
        timestamp - the timestamp
        context - the context
        severity - the severity
        message - the message
    • Method Detail

      • getLineNumber

        public int getLineNumber()
      • getTimestamp

        public String getTimestamp()
      • getContext

        public String getContext()
      • getMessage

        public String getMessage()