GH_DebugDescriptionWriter.WriteLogToFile Method

GH_DebugDescriptionWriterWriteLogToFile Method

Write the log to a text file.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool WriteLogToFile(
	string path
)
Public Function WriteLogToFile ( 
	path As String
) As Boolean

Parameters

path
Type: SystemString
Path of file to write to.

Return Value

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