method
trace_on
v2_1_10 -
Show latest stable
- Class:
Rake::TraceOutput
trace_on(out, *strings)public
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.