#include <iostream>
#include <fstream>
#include <string>
Go to the source code of this file.
Classes | |
class | Log |
Defines | |
#define | TRACE(a) myLog.Trace((a)); |
#define | TRACEX(lvl, fmt,...) { char cc[200]; sprintf(cc, fmt, ## __VA_ARGS__); myLog.Trace((cc), (lvl)); } |
Enumerations | |
enum | Level { lvDebug, lvInfo, lvWarning, lvError, lvFatal } |
#define TRACE | ( | a | ) | myLog.Trace((a)); |
#define TRACEX | ( | lvl, | |||
fmt, | |||||
... | ) | { char cc[200]; sprintf(cc, fmt, ## __VA_ARGS__); myLog.Trace((cc), (lvl)); } |
enum Level |