Click or drag to resize

GH_DocumentAppendToDebugLog Method

Useful for creating textual representations of this document for debugging purposes.

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

Parameters

writer
Type: Grasshopper.KernelGH_DebugDescriptionWriter

Implements

IGH_DebugDescriptionAppendToDebugLog(GH_DebugDescriptionWriter)
See Also