Click or drag to resize

GH_DebugDescriptionWriterWriteLogToFile Method

Write the log to a text file.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool WriteLogToFile(
	string path
)

Parameters

path
Type: SystemString
Path of file to write to.

Return Value

Type: Boolean
True on success, false on failure.
See Also