Functions | |
void | addLoggerCoutOutputStream () |
void | addLoggerFileOutputStream (const char *filename) |
void | closeLoggerFileOutputStream () |
void | realTimeLoggerDestroy () |
void | realTimeLoggerInstance () |
void | realTimeLoggerSpinOnce () |
Variables | |
std::map< std::string, ofstreamShrPtr > | mapOfFiles_ |
void dynamicgraph::python::debug::addLoggerCoutOutputStream | ( | ) |
Definition at line 41 of file debug-py.cc.
void dynamicgraph::python::debug::addLoggerFileOutputStream | ( | const char * | filename | ) |
Definition at line 27 of file debug-py.cc.
void dynamicgraph::python::debug::closeLoggerFileOutputStream | ( | ) |
Definition at line 37 of file debug-py.cc.
void dynamicgraph::python::debug::realTimeLoggerDestroy | ( | ) |
Definition at line 43 of file debug-py.cc.
void dynamicgraph::python::debug::realTimeLoggerInstance | ( | ) |
Definition at line 47 of file debug-py.cc.
void dynamicgraph::python::debug::realTimeLoggerSpinOnce | ( | ) |
Definition at line 45 of file debug-py.cc.
std::map<std::string, ofstreamShrPtr> dynamicgraph::python::debug::mapOfFiles_ |
Definition at line 25 of file debug-py.cc.