|
clutchlog
0.15
|
Macros | |
| #define | CLUTCHLOC __FILE__, __FUNCTION__, __LINE__ |
| Handy shortcuts to location. | |
| #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. | |
| #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 CLUTCHLOGD | ( | LEVEL, | |
| WHAT, | |||
| DEPTH_DELTA | |||
| ) |
Log a message at the given level and with a given depth delta.
Definition at line 81 of file clutchlog.h.
| #define CLUTCHDUMP | ( | LEVEL, | |
| CONTAINER, | |||
| FILENAME | |||
| ) |
Dump the given container.
Definition at line 107 of file clutchlog.h.
| #define CLUTCHFUNC | ( | LEVEL, | |
| FUNC, | |||
| ... | |||
| ) |
Call any function if the scope matches.
Definition at line 124 of file clutchlog.h.
| #define CLUTCHCODE | ( | LEVEL, | |
| ... | |||
| ) |
Run any code if the scope matches.
Definition at line 145 of file clutchlog.h.