Click or drag to resize
LogMessage Properties

The LogMessage type exposes the following members.

Properties
  NameDescription
Public propertyCanActivate
Indicates if this message can be double-clicked to display more information.
Public propertyCategory
Gets the message category. This property is used to categorize log messages which is related to each other. A PowerPack for example, could define its own category for all messages that it logs.
Public propertyDetailedText
A more detailed description that if set to anything will be shown in a dialog when the message is activated.
Public propertyHelpTopic
This property is for internal use only.
Public propertySequenceNumber
Gets the sequence number of the message severity of the message.
Public propertySeverity
Gets the severity of the message. The severity is specified by the LogMessageSeverity enumerator.
Public propertyText
Gets the message text.
Public propertyTimeStamp
Gets the date and time when the message was logged.
Top
See Also