Tracing.DebugLogAddEntry Method

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
)
Public Shared Sub DebugLogAddEntry ( 
	message As String
)

Parameters

message
Type: SystemString
Message to post.
See Also