clutchlog 0.17
|
Macros | |
#define | CLUTCHLOC __FILE__, __FUNCTION__, __LINE__ |
Handy shortcuts to location. More... | |
#define | CLUTCHLOGD(LEVEL, WHAT, DEPTH_DELTA) |
Log a message at the given level and with a given depth delta. More... | |
#define | CLUTCHLOG(LEVEL, WHAT) CLUTCHLOGD(LEVEL, WHAT, 0) |
Log a message at the given level. More... | |
#define | CLUTCHDUMP(LEVEL, CONTAINER, FILENAME) |
Dump the given container. More... | |
#define | CLUTCHFUNC(LEVEL, FUNC, ...) |
Call any function if the scope matches. More... | |
#define | CLUTCHCODE(LEVEL, ...) |
Run any code if the scope matches. More... | |
#define CLUTCHLOC __FILE__, __FUNCTION__, __LINE__ |
Handy shortcuts to location.
Definition at line 78 of file clutchlog.h.
#define CLUTCHLOGD | ( | LEVEL, | |
WHAT, | |||
DEPTH_DELTA | |||
) |
Log a message at the given level and with a given depth delta.
Definition at line 82 of file clutchlog.h.
#define CLUTCHLOG | ( | LEVEL, | |
WHAT | |||
) | CLUTCHLOGD(LEVEL, WHAT, 0) |
Log a message at the given level.
Definition at line 99 of file clutchlog.h.
#define CLUTCHDUMP | ( | LEVEL, | |
CONTAINER, | |||
FILENAME | |||
) |
Dump the given container.
Definition at line 108 of file clutchlog.h.
#define CLUTCHFUNC | ( | LEVEL, | |
FUNC, | |||
... | |||
) |
Call any function if the scope matches.
Definition at line 125 of file clutchlog.h.
#define CLUTCHCODE | ( | LEVEL, | |
... | |||
) |
Run any code if the scope matches.
Definition at line 146 of file clutchlog.h.