#include <dynamic-graph/real-time-logger-def.h>
Public Member Functions | |
LoggerIOStream (std::ostream &os) | |
virtual void | write (const char *c) |
Write to an ostream object.
The easieast is to use the macro dgADD_OSTREAM_TO_RTLOG(ostr) where ostr
can be std::cout
or an std::ofstream...
Definition at line 30 of file real-time-logger-def.h.