Write to an ostream object. More...
#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...
|
inline |
|
inlinevirtual |
Implements dynamicgraph::LoggerStream.