Click or drag to resize

GH_DebugDescriptionWriter.WriteLine 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: System.String
Line to write.
See Also