Click or drag to resize
LogMessage Class
Represents a message in the engine or management service text log file.
Inheritance Hierarchy
SystemObject
  DoubleTake.Common.ContractLogMessage

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class LogMessage : IExtensibleDataObject

The LogMessage type exposes the following members.

Constructors
  NameDescription
Public methodLogMessage
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyHash
This value is the message hash which is used to differentiate messages written with the same Timestamp.
Public propertyId
This value is the message ID.
Public propertyMessageType
This value is the type of log message.
Public propertyProcessId
This value is the process ID of the process that generated the message.
Public propertySequence
This value is the sequence number of this message in the log file.
Public propertySource
This value identifies the service (Double-Take or Double-Take Management Service) that generated the log message.
Public propertyText
This value is the content of the log message.
Public propertyThreadId
This value is the thread ID of the thread that generated the message.
Public propertyTimestamp
This value is the local time when the message was generated.
Public propertyTimestampOffset
This value is the relative UTC time when the message was generated.
Top
See Also