Chatsync  bbffde5c0c672a526bdc83637acf66dc20a80fbf
logging::LogSink Struct Referenceabstract

#include <logging.hpp>

Inheritance diagram for logging::LogSink:
logging::LogSinkPrinter

Public Member Functions

virtual void write (const LogMessage &&msg)=0
 

Detailed Description

Default sink class. Every sink should be derived from it.

Member Function Documentation

§ write()

virtual void logging::LogSink::write ( const LogMessage &&  msg)
pure virtual

Make the actual output to the sink

Implemented in logging::LogSinkPrinter.


The documentation for this struct was generated from the following file: