ark::debuglog::AbstractLogOutput
Defined in header “ark/debuglog/abstract_log_output.hh”.
An abstract (base) log output class. All log outputters should inherit from this class. These are normally installed into a specific debug logger to handle output.
Methods
-
~AbstractLogOutput()
Virtual destructor, for cleanup. -
void log(const DebugLogStatement & statement)
This is called when the logger wants to emit a log statement to the output.