Antares Xpansion
Investment simulations for Antares studies
|
Xpansion Unique log Interface. More...
#include <ILogger.h>
Public Member Functions | |
virtual void | display_message (const std::string &str)=0 |
pure virtual method to display a std::string message | |
void | display_message (const std::ostringstream &msg) |
virtual void | display_message (const std::string &msg, LogUtils::LOGLEVEL level, const std::string &context)=0 |
virtual void | PrintIterationSeparatorBegin ()=0 |
virtual void | PrintIterationSeparatorEnd ()=0 |
Xpansion Unique log Interface.
|
inline |
display the underlying std::string in std::ostringstream
str | the message to be displayed |
|
pure virtual |
pure virtual method to display a std::string message
str | the message to be displayed |
Implemented in BendersLoggerBase, EmptyLogger, ILogger, LoggerNOOPStub, MathLogger, MathLoggerDriver, MathLoggerExternalLoopSpecific< T >, MathLoggerFile, MathLoggerImplementation, NoopProblemGenerationLogger, ProblemGenerationLog::ProblemGenerationFileLogger, ProblemGenerationLog::ProblemGenerationILogger, ProblemGenerationLog::ProblemGenerationLogger, ProblemGenerationLog::ProblemGenerationOstreamLogger, SimpleLoggerMock, xpansion::logger::Master, xpansion::logger::User, and xpansion::logger::UserFile.