Click or drag to resize

GH_DebugDescriptionWriterWriteLine Method (String)

Write a new line to the log.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void WriteLine(
	string line
)

Parameters

line
Type: SystemString
Line to write.
See Also