|
maliput
|
Sink that uses std::cout to dump the log messages.
#include <include/maliput/common/logger.h>
Public Member Functions | |
| MALIPUT_NO_COPY_NO_MOVE_NO_ASSIGN (Sink) | |
| Sink ()=default | |
| ~Sink ()=default | |
| void | log (const std::string &msg) override |
| Log the message. More... | |
| void | flush () override |
| Empty the buffer. More... | |
Public Member Functions inherited from SinkBase | |
| MALIPUT_NO_COPY_NO_MOVE_NO_ASSIGN (SinkBase) | |
| SinkBase ()=default | |
| virtual | ~SinkBase ()=default |
|
default |
|
default |
|
overridevirtual |
Empty the buffer.
Implements SinkBase.
|
overridevirtual |
| MALIPUT_NO_COPY_NO_MOVE_NO_ASSIGN | ( | Sink | ) |