#include <list>
#include <ctime>
#include <string>
#include <iomanip>
#include <vector>
#include "mbilog.h"
Go to the source code of this file.
Namespaces | |
namespace | mbilog |
Variables | |
static std::list < mbilog::AbstractBackend * > | backends |
static bool | g_init = false |
static const std::string | mbilog::NA_STRING = "n/a" |
std::list<mbilog::AbstractBackend*> backends [static] |
Definition at line 28 of file mbilog.cpp.
Referenced by mbilog::DistributeToBackends(), mbilog::RegisterBackend(), and mbilog::UnregisterBackend().
bool g_init = false [static] |
Definition at line 29 of file mbilog.cpp.
Referenced by mbilog::BackendCout::FormatSmart().