Click or drag to resize

GH_DebugDescriptionWriter.WriteLine 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
)

Parameters

line
Type: System.String
Line to write with formatting tags.
args
Type:System.Object[]
Data to format.
See Also