|
xapian-core
2.0.0
|
Debug logging macros. More...
Go to the source code of this file.
Macros | |
| #define | LOGCALL(CATEGORY, TYPE, FUNC, PARAMS) (void)0 |
| #define | LOGCALL_VOID(CATEGORY, FUNC, PARAMS) (void)0 |
| #define | LOGCALL_CTOR(CATEGORY, CLASS, PARAMS) (void)0 |
| #define | LOGCALL_DTOR(CATEGORY, CLASS) (void)0 |
| #define | LOGCALL_STATIC(CATEGORY, TYPE, FUNC, PARAMS) (void)0 |
| #define | LOGCALL_STATIC_VOID(CATEGORY, FUNC, PARAMS) (void)0 |
| #define | RETURN(...) return __VA_ARGS__ |
| #define | LOGLINE(a, b) (void)0 |
| #define | LOGVALUE(a, b) (void)0 |
Debug logging macros.
Definition in file debuglog.h.
| #define LOGCALL | ( | CATEGORY, | |
| TYPE, | |||
| FUNC, | |||
| PARAMS | |||
| ) | (void)0 |
Definition at line 478 of file debuglog.h.
| #define LOGCALL_CTOR | ( | CATEGORY, | |
| CLASS, | |||
| PARAMS | |||
| ) | (void)0 |
Definition at line 480 of file debuglog.h.
| #define LOGCALL_DTOR | ( | CATEGORY, | |
| CLASS | |||
| ) | (void)0 |
Definition at line 481 of file debuglog.h.
| #define LOGCALL_STATIC | ( | CATEGORY, | |
| TYPE, | |||
| FUNC, | |||
| PARAMS | |||
| ) | (void)0 |
Definition at line 482 of file debuglog.h.
| #define LOGCALL_STATIC_VOID | ( | CATEGORY, | |
| FUNC, | |||
| PARAMS | |||
| ) | (void)0 |
Definition at line 483 of file debuglog.h.
| #define LOGCALL_VOID | ( | CATEGORY, | |
| FUNC, | |||
| PARAMS | |||
| ) | (void)0 |
Definition at line 479 of file debuglog.h.
| #define LOGLINE | ( | a, | |
| b | |||
| ) | (void)0 |
Definition at line 485 of file debuglog.h.
| #define LOGVALUE | ( | a, | |
| b | |||
| ) | (void)0 |
Definition at line 486 of file debuglog.h.
| #define RETURN | ( | ... | ) | return __VA_ARGS__ |
Definition at line 484 of file debuglog.h.