Class LogMessage
- java.lang.Object
-
- com.scaleoutsoftware.digitaltwin.development.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.
-
-
-
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.
-
-