#include <base/SimulationLogger.hpp>
|
| | 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
- Author
- Jean-Christophe FABRE fabre.nosp@m.jc@s.nosp@m.upagr.nosp@m.o.in.nosp@m.ra.fr
| openfluid::base::SimulationLogger::SimulationLogger |
( |
const std::string & |
LogFilePath | ) |
|
| openfluid::base::SimulationLogger::~SimulationLogger |
( |
| ) |
|
| 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 |
The documentation for this class was generated from the following file: