Whiteboard
An interface and tools for visualizing large and complex datasets
|
#include <sstream>
#include <string>
#include <stdio.h>
#include <sys/time.h>
Go to the source code of this file.
Classes | |
class | Log< T > |
class | Output2FILE |
class | FILELog |
Macros | |
#define | FILELOG_DECLSPEC |
#define | FILELOG_MAX_LEVEL logDEBUG4 |
#define | FILE_LOG(level) |
Enumerations | |
enum | TLogLevel { logERROR, logWARNING, logINFO, logDEBUG, logDEBUG1, logDEBUG2, logDEBUG3, logDEBUG4 } |
Functions | |
std::string | NowTime () |
#define FILE_LOG | ( | level | ) |
#define FILELOG_DECLSPEC |
#define FILELOG_MAX_LEVEL logDEBUG4 |
enum TLogLevel |
|
inline |