Click or drag to resize
LogMessage Constructor
Overload List
  NameDescription
Public methodLogMessage(String)
Initializes a new instance of the LogMessage class with the specified message text.
Public methodLogMessage(String, LogMessageSeverity)
Initializes a new instance of the LogMessage class with the specified message text and severity.
Public methodLogMessage(String, String)
Initializes a new instance of the LogMessage class with the specified message text and category.
Public methodLogMessage(String, String, LogMessageSeverity)
Initializes a new instance of the LogMessage class with the specified message text, category and severity.
Public methodLogMessage(String, String, LogMessageSeverity, String)
Initializes a new instance of the LogMessage class with the specified message text, detailed text, category, severity and help topic.
Public methodLogMessage(String, String, String, LogMessageSeverity)
Initializes a new instance of the LogMessage class with the specified message text, category and severity.
Public methodLogMessage(String, String, String, LogMessageSeverity, String)
This constructor is for internal use only.
Top
See Also