IGH_DebugDescription.AppendToDebugLog Method

IGH_DebugDescriptionAppendToDebugLog Method

Write important debugging data to a debug writer object.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void AppendToDebugLog(
	GH_DebugDescriptionWriter writer
)
Sub AppendToDebugLog ( 
	writer As GH_DebugDescriptionWriter
)

Parameters

writer
Type: Grasshopper.KernelGH_DebugDescriptionWriter
Object to write to.
See Also