
#include <base/SimulationLogger.hpp>
Public Member Functions | |
| SimulationLogger (const std::string &LogFilePath) | |
| ~SimulationLogger () | |
| void | addWarning (const std::string &Sender, const std::string &Source, const openfluid::core::TimeIndex_t &TimeIndex, const std::string &Msg) |
| void | addWarning (const std::string &Sender, const openfluid::core::TimeIndex_t &TimeIndex, const std::string &Msg) |
| void | addWarning (const std::string &Sender, const std::string &Source, const std::string &Msg) |
| void | addWarning (const std::string &Sender, const std::string &Msg) |
| void | addMessage (const std::string &Sender, const std::string &Source, const openfluid::core::TimeIndex_t &TimeIndex, const std::string &Msg) |
| void | addMessage (const std::string &Sender, const openfluid::core::TimeIndex_t &TimeIndex, const std::string &Msg) |
| void | addMessage (const std::string &Sender, const std::string &Source, const std::string &Msg) |
| void | addMessage (const std::string &Sender, const std::string &Msg) |
| void | addInfo (const std::string &Sender, const std::string &Msg) |
| void | addInfo (const std::string &Msg) |
| void | resetWarningFlag () |
| bool | isWarningFlag () const |
| unsigned int | getWarningsCount () const |
Class for managing messages during execution
| openfluid::base::SimulationLogger::SimulationLogger | ( | const std::string & | LogFilePath | ) |
| void openfluid::base::SimulationLogger::addInfo | ( | const std::string & | Sender, |
| const std::string & | Msg | ||
| ) | [inline] |
| void openfluid::base::SimulationLogger::addInfo | ( | const std::string & | Msg | ) | [inline] |
| void openfluid::base::SimulationLogger::addMessage | ( | const std::string & | Sender, |
| const std::string & | Source, | ||
| const openfluid::core::TimeIndex_t & | TimeIndex, | ||
| const std::string & | Msg | ||
| ) | [inline] |
| void openfluid::base::SimulationLogger::addMessage | ( | const std::string & | Sender, |
| const openfluid::core::TimeIndex_t & | TimeIndex, | ||
| const std::string & | Msg | ||
| ) | [inline] |
| void openfluid::base::SimulationLogger::addMessage | ( | const std::string & | Sender, |
| const std::string & | Source, | ||
| const std::string & | Msg | ||
| ) | [inline] |
| void openfluid::base::SimulationLogger::addMessage | ( | const std::string & | Sender, |
| const std::string & | Msg | ||
| ) | [inline] |
| void openfluid::base::SimulationLogger::addWarning | ( | const std::string & | Sender, |
| const std::string & | Source, | ||
| const openfluid::core::TimeIndex_t & | TimeIndex, | ||
| const std::string & | Msg | ||
| ) | [inline] |
| void openfluid::base::SimulationLogger::addWarning | ( | const std::string & | Sender, |
| const openfluid::core::TimeIndex_t & | TimeIndex, | ||
| const std::string & | Msg | ||
| ) | [inline] |
| void openfluid::base::SimulationLogger::addWarning | ( | const std::string & | Sender, |
| const std::string & | Source, | ||
| const std::string & | Msg | ||
| ) | [inline] |
| void openfluid::base::SimulationLogger::addWarning | ( | const std::string & | Sender, |
| const std::string & | Msg | ||
| ) | [inline] |
| unsigned int openfluid::base::SimulationLogger::getWarningsCount | ( | ) | const [inline] |
| bool openfluid::base::SimulationLogger::isWarningFlag | ( | ) | const [inline] |
| void openfluid::base::SimulationLogger::resetWarningFlag | ( | ) | [inline] |
1.7.6.1