Skip to content

TextLog.NewCommandLine

Public Class

Returns a reference to a TextLog that prints to the Rhino command line. Each new command line reference holds its own indents.

Namespace: Rhino.FileIO

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**7.0

Syntax

public static TextLog NewCommandLine()

Return Value

Type: TextLog

Remarks

All Print methods of this instance are guaranteed to be thread safe. Other methods are not guaranteed to be thread safe.