ark::debuglog::ConsoleLogOutput
Defined in header “ark/debuglog/console_log_output.hh”.
A log output that redirects text to stderr. This is useful for printing out to the screen, for debugging a program.
Methods
-
ConsoleLogOutput()
Constructor. Initializes state on startup. -
~ConsoleLogOutput()
Destructor, for clean up. -
void log(const DebugLogStatement & statement)
This is called when the logger wants to emit a log statement to the output.