unit_threaded.io

IO related functions

Members

Functions

addToOutput
void addToOutput(string output, string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
enableDebugOutput
void enableDebugOutput()
Undocumented in source. Be warned that the author may not have intended to support it.
green
string green(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
green
string green(string msg)

Generates coloured output on POSIX systems

isDebugOutputEnabled
bool isDebugOutputEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
red
string red(string msg)

Generates coloured output on POSIX systems

red
string red(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
writelnUt
void 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.

Meta