Chatsync
bbffde5c0c672a526bdc83637acf66dc20a80fbf
|
#include <logging.hpp>
Public Member Functions | |
virtual void | write (const LogMessage &&msg)=0 |
Default sink class. Every sink should be derived from it.
|
pure virtual |
Make the actual output to the sink
Implemented in logging::LogSinkPrinter.