Click or drag to resize

HostUtilsLogDebugEvent Method

Logs a debug event. The function will log the filename and line number from where this function is called, in addition to the input message.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.5
Syntax
public static void LogDebugEvent(
	string message
)

Parameters

message
Type: SystemString
The event message.
See Also