The Sparta Modeling Framework
|
Formatter type description. Used in a table to describe various formatter sublasses. More...
#include <Destination.hpp>
Public Attributes | |
const char *const | extension |
const std::string | extname |
std::function< Formatter *(std::ostream &)> | factory |
Formatter type description. Used in a table to describe various formatter sublasses.
Definition at line 244 of file Destination.hpp.
const char* const sparta::log::Formatter::Info::extension |
Definition at line 245 of file Destination.hpp.
const std::string sparta::log::Formatter::Info::extname |
Definition at line 246 of file Destination.hpp.
std::function<Formatter* (std::ostream&)> sparta::log::Formatter::Info::factory |
Definition at line 247 of file Destination.hpp.