svFSIplus
|
The SimulationLogger class is used to write information to a text file and optionally to cout. More...
#include <SimulationLogger.h>
Public Member Functions | |
SimulationLogger (const std::string &file_name, bool cout_write=false) | |
void | initialize (const std::string &file_name, bool cout_write=false) |
template<class T > | |
SimulationLogger & | operator<< (const T &value) |
SimulationLogger & | operator<< (std::ostream &(*value)(std::ostream &o)) |
The SimulationLogger class is used to write information to a text file and optionally to cout.