dRonin
adbada4
dRonin GCS
|
#include <debugengine.h>
Public Types | |
enum | Level { DEBUG, INFO, WARNING, CRITICAL, FATAL } |
Signals | |
void | message (DebugEngine::Level level, const QString &msg, const QString &file="", const int line=0, const QString &function="") |
Static Public Member Functions | |
static DebugEngine * | getInstance () |
Definition at line 35 of file debugengine.h.
enum DebugEngine::Level |
Enumerator | |
---|---|
DEBUG | |
INFO | |
WARNING | |
CRITICAL | |
FATAL |
Definition at line 42 of file debugengine.h.
|
signal |