|
|
LogMessage Class |
Namespace: DoubleTake.Common.Contract
public class LogMessage : IExtensibleDataObject
The LogMessage type exposes the following members.
| Name | Description | |
|---|---|---|
| LogMessage |
| Name | Description | |
|---|---|---|
| ExtensionData |
Gets or sets the structure that contains extra data.
| |
| Hash |
This value is the message hash which is used to differentiate messages written with the same Timestamp.
| |
| Id |
This value is the message ID.
| |
| MessageType |
This value is the type of log message.
| |
| ProcessId |
This value is the process ID of the process that generated the message.
| |
| Sequence |
This value is the sequence number of this message in the log file.
| |
| Source |
This value identifies the service (Double-Take or Double-Take Management Service) that generated the log message.
| |
| Text |
This value is the content of the log message.
| |
| ThreadId |
This value is the thread ID of the thread that generated the message.
| |
| Timestamp |
This value is the local time when the message was generated.
| |
| TimestampOffset |
This value is the relative UTC time when the message was generated.
|