Whiteboard
An interface and tools for visualizing large and complex datasets
|
#include <log.h>
Additional Inherited Members | |
Public Member Functions inherited from Log< Output2FILE > | |
Log () | |
virtual | ~Log () |
std::ostringstream & | Get (TLogLevel level=logINFO) |
Static Public Member Functions inherited from Log< Output2FILE > | |
static TLogLevel & | ReportingLevel () |
static std::string | ToString (TLogLevel level) |
static TLogLevel | FromString (const std::string &level) |
Protected Attributes inherited from Log< Output2FILE > | |
std::ostringstream | os |