HostUtilsDebugString Method (String) |
Prints a debug message to the Rhino Command Line.
The message will only appear if the SendDebugToCommandLine property is set to true.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static void DebugString(
string msg
)
Public Shared Sub DebugString (
msg As String
)
Parameters
- msg
- Type: SystemString
Message to print.
See Also