Click or drag to resize
LogMessageModel Properties

The LogMessageModel type exposes the following members.

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
See Also