|
maliput
|
Interface of a sink to dump all log messages.
#include <include/maliput/common/logger.h>
Public Member Functions | |
| MALIPUT_NO_COPY_NO_MOVE_NO_ASSIGN (SinkBase) | |
| SinkBase ()=default | |
| virtual | ~SinkBase ()=default |
| virtual void | log (const std::string &msg)=0 |
| Log the message. More... | |
| virtual void | flush ()=0 |
| Empty the buffer. More... | |
|
default |
|
virtualdefault |
|
pure virtual |
Empty the buffer.
Implemented in Sink.
|
pure virtual |
| MALIPUT_NO_COPY_NO_MOVE_NO_ASSIGN | ( | SinkBase | ) |