SolutionLogMessage Method |
Log the specified text message with the specified severity level.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void LogMessage(
string message,
MessageSeverity severity,
string toolTip = null
)
Parameters
- message
- Type: SystemString
- severity
- Type: Nova.CodeDOMMessageSeverity
- toolTip (Optional)
- Type: SystemString
See Also