Click or drag to resize

ConfigurationLogMessage Method

Log the specified text message with the specified severity level.

Namespace:  Nova
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void LogMessage(
	string message,
	MessageSeverity severity,
	string toolTip = null
)

Parameters

message
Type: SystemString
severity
Type: Nova.CodeDOMMessageSeverity
toolTip (Optional)
Type: SystemString
See Also