Click or drag to resize
LogMessageModel Class
Log message model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsLogMessageModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public sealed class LogMessageModel

The LogMessageModel type exposes the following members.

Constructors
  NameDescription
Public methodLogMessageModel
Initializes a new instance of the LogMessageModel class
Top
Properties
  NameDescription
Public propertyHash
Gets or sets the message hash used to differentiate messages written with the same timestamp.
Public propertyId
Gets or sets the message id.
Public propertyMessageType
Gets or sets the message type.
Public propertyProcessId
Gets or sets the process id of the process that generated this message.
Public propertySequence
Gets or sets the message's sequence number within the log file.
Public propertySource
Gets or sets the log file source.
Public propertyText
Gets or sets the descriptive portion of the message.
Public propertyThreadId
Gets or sets the thread id of the thread that generated this message.
Public propertyTimestamp
Gets or sets the local time when this message was generated.
Public propertyTimestampOffset
Gets or sets the time when this message was generated, relative to UTC.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also