System.debugOut()

Signature

void debugOut (String str)

Domain

action, condition, query

Description

Outputs the String passed to the USER sink.

Parameters

NameTypeDescription
strStringA value to be output to the USER sink.

Returns

None.

Cautions

none

Example


System.debugOut ("This is debug output");

Result is: "This is debug output" appears in the USER sink.