Stream for the real-time logger. More...
#include <dynamic-graph/real-time-logger-def.h>
Public Member Functions | |
virtual void | write (const char *c)=0 |
Stream for the real-time logger.
You should inherit from this class in order to redirect the logs where you want.
Definition at line 21 of file real-time-logger-def.h.