trace_on(out, *strings)
Instance Public methods
Write trace output to output stream out.
The write is done as a single IO call (to print) to lessen the chance that the trace output is interrupted by other tasks also producing output.
Write trace output to output stream out.
The write is done as a single IO call (to print) to lessen the chance that the trace output is interrupted by other tasks also producing output.
Please login to continue.