GH_DebugDescriptionWriter.WriteLogToFile Method |
Write the log to a text file.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic bool WriteLogToFile(
string path
)
Public Function WriteLogToFile (
path As String
) As Boolean
Parameters
- path
- Type: System.String
Path of file to write to.
Return Value
Type:
BooleanTrue on success, false on failure.
See Also