TextLog Constructor (String)

TextLog Constructor (String)

Creates a text log that writes all text to a file. If no filename is provided, then text is written to StdOut

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public TextLog(
	string filename
)
Public Sub New ( 
	filename As String
)

Parameters

filename
Type: SystemString
Name of file to create and write to. If null, then text output is sent to StdOut
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also