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