LogMessageModel Properties |
The LogMessageModel type exposes the following members.
| 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.
|