Description:

Send formatted text to the text log

Syntax:
public void Print(
string format,
object arg0,
object arg1
)
Returns:
Type: void
Available since:
5.1

Description:

Send formatted text to the text log

Syntax:
public void Print(
string format,
object arg0
)
Returns:
Type: void
Available since:
5.1

Description:

Send text to the text log

Syntax:
public void Print(
string text
)
Returns:
Type: void
Available since:
5.1

Nothing found