GH_DebugDescriptionWriter.WriteLine Method (String,Object[]) |
Write a new formatted line to the log.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void WriteLine(
string line,
params Object[] args
)
Public Sub WriteLine (
line As String,
ParamArray args As Object()
)
Parameters
- line
- Type: System.String
Line to write with formatting tags. - args
- Type:System.Object[]
Data to format.
See Also