Click or drag to resize

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
)

Parameters

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