The Sparta Modeling Framework
|
Formatter including no meta-data from the message. More...
#include <Destination.hpp>
Public Member Functions | |
RawFormatter (std::ostream &stream) | |
void | write (const sparta::log::Message &msg) override |
Write a log message to a report. | |
void | writeHeader (const SimulationInfo &sim_info) override |
Write a header to a newly-opened report. | |
Public Member Functions inherited from sparta::log::Formatter | |
Formatter (std::ostream &stream) | |
Constructor. | |
virtual | ~Formatter () |
Destructor. | |
Additional Inherited Members | |
Static Public Attributes inherited from sparta::log::Formatter | |
static const Info * | FORMATTERS |
Formatter list terminated with a Info having an empty name which is interpreted as the default formatter. | |
Protected Attributes inherited from sparta::log::Formatter | |
std::ostream & | stream_ |
Formatter including no meta-data from the message.
Definition at line 356 of file Destination.hpp.
|
inline |
Definition at line 358 of file Destination.hpp.
|
inlineoverridevirtual |
Write a log message to a report.
Implements sparta::log::Formatter.
Definition at line 362 of file Destination.hpp.
|
inlineoverridevirtual |
Write a header to a newly-opened report.
Implements sparta::log::Formatter.
Definition at line 367 of file Destination.hpp.