|
clutchlog
0.5.0
|
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 an assert at the given level. More... | |
| #define CLUTCHDUMP | ( | LEVEL, | |
| CONTAINER, | |||
| FILENAME | |||
| ) |
Dump the given container.
| #define CLUTCHFUNC | ( | LEVEL, | |
| FUNC, | |||
| ... | |||
| ) |
Call an assert at the given level.
| #define CLUTCHLOG | ( | LEVEL, | |
| WHAT | |||
| ) |
Log a message at the given level.
1.8.13