|
The Sparta Modeling Framework
|
Formatter that writes all message information. More...
#include <Destination.hpp>


Public Member Functions | |
| VerboseFormatter (std::ostream &stream) | |
| void | write (const sparta::log::Message &msg) override |
| Writes every piece of information associated with the log message. | |
| 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 all message information.
Definition at line 287 of file Destination.hpp.
|
inline |
Definition at line 289 of file Destination.hpp.
|
inlineoverridevirtual |
Writes every piece of information associated with the log message.
Implements sparta::log::Formatter.
Definition at line 297 of file Destination.hpp.

|
inlineoverridevirtual |
Write a header to a newly-opened report.
Implements sparta::log::Formatter.
Definition at line 303 of file Destination.hpp.
