Classes > LogMessage

LogMessage

Returned by

Get-DtLogMessage

Properties

Name Type Description
Hash Int32 This value is the message hash which is used to differentiate messages written with the same Timestamp.
Id Int32 This value is the message ID.
MessageType String This value is the type of log message.
ProcessId Int32 This value is the process ID of the process that generated the message.
Sequence Int32 This value is the sequence number of this message in the log file.
Source String This value identifies the service (Double-Take or Double-Take Management Service) that generated the log message.
Text String This value is the content of the log message.
ThreadId Int32 This value is the thread ID of the thread that generated the message.
Timestamp DateTime This value is the local time when the message was generated.
TimeStampOffset DateTimeOffset This value is the relative UTC time when the message was generated.