java.lang.Object
com.scaleoutsoftware.digitaltwin.development.LogMessage

public class LogMessage extends Object
A messaged that was logged by a digital twin.
  • Method Details

    • getMessage

      public String getMessage()
      Retrieve the string message associated with this log message.
      Returns:
      the message.
    • getSeverity

      public Level getSeverity()
      Retrieve the severity of this log message.
      Returns:
      the severity.
    • getTimestamp

      public long getTimestamp()
      Retrieve the timestamp from when this message was generated.
      Returns:
      the timestamp.