Class LogMessage


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

      Modifier and Type Method Description
      java.lang.String getMessage()
      Retrieve the string message associated with this log message.
      java.util.logging.Level getSeverity()
      Retrieve the severity of this log message.
      long getTimestamp()
      Retrieve the timestamp from when this message was generated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMessage

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

        public java.util.logging.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.