|
clutchlog
0.11
|
Macros | |
| #define | CLUTCHLOC __FILE__, __FUNCTION__, __LINE__ |
| Handy shortcuts to location. | |
| #define | CLUTCHLOG(LEVEL, WHAT) |
| 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 CLUTCHCODE | ( | LEVEL, | |
| ... | |||
| ) |
Run any code if the scope matches.
| #define CLUTCHDUMP | ( | LEVEL, | |
| CONTAINER, | |||
| FILENAME | |||
| ) |
Dump the given container.
| #define CLUTCHFUNC | ( | LEVEL, | |
| FUNC, | |||
| ... | |||
| ) |
Call any function if the scope matches.
| #define CLUTCHLOG | ( | LEVEL, | |
| WHAT | |||
| ) |
Log a message at the given level.
1.8.17