Click or drag to resize

HostUtilsDebugString Method (String, Object)

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 format,
	params Object[] args
)

Parameters

format
Type: SystemString
Message to format and print.
args
Type: SystemObject
An Object array containing zero or more objects to format.
See Also