Product Site

5.4.25.10. option= (Class Method)

This class attribute controls how the formatting of the traced line should be carried out. See makeStringImpl.

This is the setter method for the class attribute option, only the first letter of the option values "Normal", "Thread", "Standard", "Full", and "Profiling" ("Probing") will be saved in uppercase. See makeStringImpl.

Allows to set the class attribute option to one of:
"N"

normal trace line (entry "TRACELINE")
"T"

thread will be inserted into trace prefix
"S"

standard multithreaded prefix prepended in square brackets to the trace line
"F"

full multithreaded prefix prepended in square brackets to the trace line
"P"

"profiling" ("probing"), each traceObject will get appended to the class attribute collector, but ooRexx will not send it to the .traceOutput monitor for displaying its string value.

For an example see Exploiting TraceObject's Profiling/Probing and Formatting Capabilities .