Click or drag to resize

LogWriteLine Method

Log a message, with an optional tooltip to display detailed information in a UI.

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

Parameters

message
Type: SystemString
toolTip (Optional)
Type: SystemString
See Also