GH_DebugDescriptionWriter.WriteLine Method (String, Object[])

GH_DebugDescriptionWriterWriteLine Method (String, Object)

Write a new formatted line to the log.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void WriteLine(
	string line,
	params Object[] args
)
Public Sub WriteLine ( 
	line As String,
	ParamArray args As Object()
)

Parameters

line
Type: SystemString
Line to write with formatting tags.
args
Type: SystemObject
Data to format.
See Also