Logger sink interface.
More...
#include <RADLogging.h>
|
| virtual | ~Sink ()=default |
| |
| virtual void | write (Level level, const std::string &category, const std::string &line)=0 |
| | Writes one already-formatted log line. More...
|
| |
| virtual void | flush () |
| | Flushes buffered output. More...
|
| |
◆ ~Sink()
| virtual RADLogging::Sink::~Sink |
( |
| ) |
|
|
virtualdefault |
◆ flush()
| virtual void RADLogging::Sink::flush |
( |
| ) |
|
|
inlinevirtual |
◆ write()
| virtual void RADLogging::Sink::write |
( |
Level |
level, |
|
|
const std::string & |
category, |
|
|
const std::string & |
line |
|
) |
| |
|
pure virtual |
Writes one already-formatted log line.
The documentation for this class was generated from the following file: