tlx
|
Abstract class to implement output hooks for logging. More...
#include <core.hpp>
Public Member Functions | |
virtual | ~LoggerOutputHook () |
virtual destructor | |
virtual void | append_log_line (const std::string &line)=0 |
method the receive log lines |
|
virtual |
|
pure virtual |
method the receive log lines
Implemented in DefaultLoggerOutputCErr, DefaultLoggerOutputCOut, and LoggerCollectOutput.