Class LogMessage
java.lang.Object
com.scaleoutsoftware.digitaltwin.development.LogMessage
A messaged that was logged by a digital twin.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the string message associated with this log message.Retrieve the severity of this log message.long
Retrieve the timestamp from when this message was generated.
-
Method Details
-
getMessage
Retrieve the string message associated with this log message.- Returns:
- the message.
-
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.
-