System.debugOut()
Signature
void debugOut (String str)
Domain
action, condition, query
Description
Outputs the String passed to the USER sink.
Parameters
Name | Type | Description |
str | String | A value to be output to the USER sink. |
Example
System.debugOut ("This is debug output");
Result is: "This is debug output" appears in the USER sink.