#include <real-time-logger-def.h>
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.
◆ LoggerIOStream()
dynamicgraph::LoggerIOStream::LoggerIOStream |
( |
std::ostream & |
os | ) |
|
|
inline |
◆ ~LoggerIOStream()
virtual dynamicgraph::LoggerIOStream::~LoggerIOStream |
( |
| ) |
|
|
inlinevirtual |
◆ write()
virtual void dynamicgraph::LoggerIOStream::write |
( |
const char * |
c | ) |
|
|
inlinevirtual |
◆ os_
std::ostream& dynamicgraph::LoggerIOStream::os_ |
|
private |
The documentation for this class was generated from the following file: