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)
Syntaxpublic 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 InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also