GH_DocumentEventServer.AppendToDebugLog Method

GH_DocumentEventServerAppendToDebugLog Method

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

Parameters

writer
Type: Grasshopper.KernelGH_DebugDescriptionWriter

Implements

IGH_DebugDescriptionAppendToDebugLog(GH_DebugDescriptionWriter)
See Also