The Sparta Modeling Framework
|
Formatter that writes most message information, but excludes thread/sequence. More...
#include <Destination.hpp>
Public Member Functions | |
DefaultFormatter (std::ostream &stream) | |
void | write (const sparta::log::Message &msg) override |
Writes a moderate amount of info to output stream. | |
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 that writes most message information, but excludes thread/sequence.
Definition at line 313 of file Destination.hpp.
|
inline |
Definition at line 315 of file Destination.hpp.
|
overridevirtual |
Writes a moderate amount of info to output stream.
Implements sparta::log::Formatter.
|
inlineoverridevirtual |
Write a header to a newly-opened report.
Implements sparta::log::Formatter.
Definition at line 324 of file Destination.hpp.