Click or drag to resize

TextLogPrint Method (String, Object)

Send formatted text to the text log

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public void Print(
	string format,
	Object arg0
)

Parameters

format
Type: SystemString

[Missing <param name="format"/> documentation for "M:Rhino.FileIO.TextLog.Print(System.String,System.Object)"]

arg0
Type: SystemObject

[Missing <param name="arg0"/> documentation for "M:Rhino.FileIO.TextLog.Print(System.String,System.Object)"]

See Also