Click or drag to resize
LogMessage Properties

The LogMessage type exposes the following members.

Properties
  Name Description
Public property ExtensionData
Gets or sets the structure that contains extra data.
Public property Hash
This value is the message hash which is used to differentiate messages written with the same Timestamp.
Public property Id
This value is the message ID.
Public property MessageType
This value is the type of log message.
Public property ProcessId
This value is the process ID of the process that generated the message.
Public property Sequence
This value is the sequence number of this message in the log file.
Public property Source
This value identifies the service (Double-Take or Double-Take Management Service) that generated the log message.
Public property Text
This value is the content of the log message.
Public property ThreadId
This value is the thread ID of the thread that generated the message.
Public property Timestamp
This value is the local time when the message was generated.
Public property TimestampOffset
This value is the relative UTC time when the message was generated.
Top
See Also