GH_DebugDescriptionWriter.WriteLine Method (String)

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
)
Public Sub WriteLine ( 
	line As String
)

Parameters

line
Type: SystemString
Line to write.
See Also