TuttleOFX
1
|
#include <formatters.hpp>
Public Member Functions | |
~Formatter () | |
void | init_logging () |
void | setLogLevel (const logging::trivial::severity_level level) |
void | displayLogLevel (bool display) |
Static Public Member Functions | |
static boost::shared_ptr < Formatter > | get () |
Data Fields | |
boost::shared_ptr< sink_t > | sink |
Static Public Attributes | |
static boost::shared_ptr < Formatter > | formatter |
Private Types | |
typedef sinks::synchronous_sink < sinks::text_ostream_backend > | sink_t |
Private Member Functions | |
Formatter () |
Definition at line 38 of file formatters.hpp.
typedef sinks::synchronous_sink< sinks::text_ostream_backend > tuttle::common::formatters::Formatter::sink_t [private] |
Definition at line 40 of file formatters.hpp.
tuttle::common::formatters::Formatter::Formatter | ( | ) | [inline, private] |
Definition at line 43 of file formatters.hpp.
tuttle::common::formatters::Formatter::~Formatter | ( | ) | [inline] |
Definition at line 48 of file formatters.hpp.
void tuttle::common::formatters::Formatter::displayLogLevel | ( | bool | display | ) | [inline] |
boost::shared_ptr< Formatter > tuttle::common::formatters::Formatter::get | ( | ) | [static] |
Definition at line 8 of file formatters.cpp.
References formatter.
Referenced by init_logging(), main(), sammvcp(), setLogLevel(), and tuttle::host::ComputeOptions::setVerboseLevel().
void tuttle::common::formatters::Formatter::init_logging | ( | ) | [inline] |
Definition at line 50 of file formatters.hpp.
References displayLogLevel(), get(), and sink.
void tuttle::common::formatters::Formatter::setLogLevel | ( | const logging::trivial::severity_level | level | ) | [inline] |
Definition at line 67 of file formatters.hpp.
References get().
boost::shared_ptr< Formatter > tuttle::common::formatters::Formatter::formatter [static] |
Definition at line 91 of file formatters.hpp.
Referenced by get().
boost::shared_ptr< sink_t > tuttle::common::formatters::Formatter::sink |
Definition at line 92 of file formatters.hpp.
Referenced by displayLogLevel(), and init_logging().