Antares Xpansion
Investment simulations for Antares studies
Loading...
Searching...
No Matches
MathLoggerDriver Class Reference
Inheritance diagram for MathLoggerDriver:
ILoggerXpansion

Public Member Functions

void write_header ()
 
void display_message (const std::string &str) override
 pure virtual method to display a std::string message
 
void display_message (const std::string &str, LogUtils::LOGLEVEL level, const std::string &context) override
 
void add_logger (std::shared_ptr< MathLoggerImplementation > logger)
 
template<class T >
void add_logger (const std::filesystem::path &file_path, const std::vector< std::string > &headers, T CriteriaCurrentIterationData::*t)
 
void Print (const CurrentIterationData &data)
 
virtual void PrintIterationSeparatorBegin () override
 
virtual void PrintIterationSeparatorEnd () override
 
- Public Member Functions inherited from ILoggerXpansion
void display_message (const std::ostringstream &msg)
 

Member Function Documentation

◆ display_message() [1/2]

void MathLoggerDriver::display_message ( const std::string & str)
overridevirtual

pure virtual method to display a std::string message

Parameters
strthe message to be displayed

Implements ILoggerXpansion.

◆ display_message() [2/2]

void MathLoggerDriver::display_message ( const std::string & str,
LogUtils::LOGLEVEL level,
const std::string & context )
overridevirtual

Implements ILoggerXpansion.

◆ PrintIterationSeparatorBegin()

void MathLoggerDriver::PrintIterationSeparatorBegin ( )
overridevirtual

Implements ILoggerXpansion.

◆ PrintIterationSeparatorEnd()

void MathLoggerDriver::PrintIterationSeparatorEnd ( )
overridevirtual

Implements ILoggerXpansion.


The documentation for this class was generated from the following files: