![]() | LogMessageModel Class |
Namespace: DoubleTake.Web.Models
The LogMessageModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | LogMessageModel | Initializes a new instance of the LogMessageModel class |
Name | Description | |
---|---|---|
![]() | Hash |
Gets or sets the message hash used to differentiate messages written with the same timestamp.
|
![]() | Id |
Gets or sets the message id.
|
![]() | MessageType |
Gets or sets the message type.
|
![]() | ProcessId |
Gets or sets the process id of the process that generated this message.
|
![]() | Sequence |
Gets or sets the message's sequence number within the log file.
|
![]() | Source |
Gets or sets the log file source.
|
![]() | Text |
Gets or sets the descriptive portion of the message.
|
![]() | ThreadId |
Gets or sets the thread id of the thread that generated this message.
|
![]() | Timestamp |
Gets or sets the local time when this message was generated.
|
![]() | TimestampOffset |
Gets or sets the time when this message was generated, relative to UTC.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |