- enableDebugOutputvoid enableDebugOutput(bool value) 
- 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. 
- otherThreadvoid otherThread(Tid writerTid, Tid testTid) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- resetFakeFilesvoid resetFakeFiles() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writevoid write(Output output, T args) 
- Writes the args in a thread-safe manner. 
- writeRedvoid writeRed(Output output, T args) 
- Writes the args in a thread-safe manner in red (POSIX only).
and appends a newline. 
- writeYellowvoid writeYellow(Output output, T args) 
- Writes the args in a thread-safe manner in yellow (POSIX only).
and appends a newline. 
- writelnvoid writeln(Output output, T args) 
- Writes the args in a thread-safe manner and appends a newline. 
- writelnGreenvoid writelnGreen(Output output, T args) 
- Writes the args in a thread-safe manner in green (POSIX only).
and appends a newline. 
- writelnRedvoid writelnRed(Output output, T args) 
- Writes the args in a thread-safe manner in red (POSIX only)
and appends a newline. 
- writelnUtvoid writelnUt(T args) 
- Write if debug output was enabled. 
IO related functions