Click or drag to resize

TracingDebugLogAddEntry Method

Add a message to the debug log. If the debug log doesn't exist yet, it will be created. This function will only work if the Grasshopper window exists. This method is threadsafe.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void DebugLogAddEntry(
	string message
)

Parameters

message
Type: SystemString
Message to post.
See Also