Click or drag to resize

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
)

Parameters

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