- enableDebugOutputvoid enableDebugOutput() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- forceEscCodesvoid forceEscCodes() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- isDebugOutputEnabledbool isDebugOutputEnabled() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- utWritevoid utWrite(T args) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- utWriteRedvoid utWriteRed(T args) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- utWriteYellowvoid utWriteYellow(T args) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- utWritelnvoid utWriteln(T args) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- utWritelnGreenvoid utWritelnGreen(T args) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- utWritelnRedvoid utWritelnRed(T args) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writelnUtvoid writelnUt(T args) 
- Write if debug output was enabled. Not thread-safe in the sense that it
will get printed out immediately and may overlap with other output.
This is why the test runner forces single-threaded mode when debug mode
is selected. 
IO related functions