|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
Forwards Python's stdout to Util::EventLogger instance defined in Util::EventLog(). More...
#include <PyUtil.h>
Public Member Functions | |
| void | write (std::string Str) |
| Formats the string passed to the function and writes it to the event log. | |
| void | flush () |
| Required, but does nothing. | |
Forwards Python's stdout to Util::EventLogger instance defined in Util::EventLog().
|
inline |
| void Util::PyStdoutLoggerWrapper::write | ( | std::string | Str | ) |
Formats the string passed to the function and writes it to the event log.
| Str | Message to forward to DynExp's event log |
Definition at line 18 of file PyUtil.cpp.