Chatsync
bbffde5c0c672a526bdc83637acf66dc20a80fbf
|
#include <logging.hpp>
Public Member Functions | |
void | write (const LogMessage &&msg) override |
Private Member Functions | |
std::string | formatMessage (const LogMessage &&msg) const |
Sink that prints the log to std::cerr
|
private |
Formats message as [TIME] [SEVERITY] Message
|
overridevirtual |
Make the actual output to the sink
Implements logging::LogSink.