|
xapian-core
1.4.30
|
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(A) return A |
| #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 487 of file debuglog.h.
| #define LOGCALL_CTOR | ( | CATEGORY, | |
| CLASS, | |||
| PARAMS | |||
| ) | (void)0 |
Definition at line 489 of file debuglog.h.
| #define LOGCALL_DTOR | ( | CATEGORY, | |
| CLASS | |||
| ) | (void)0 |
Definition at line 490 of file debuglog.h.
| #define LOGCALL_STATIC | ( | CATEGORY, | |
| TYPE, | |||
| FUNC, | |||
| PARAMS | |||
| ) | (void)0 |
Definition at line 491 of file debuglog.h.
| #define LOGCALL_STATIC_VOID | ( | CATEGORY, | |
| FUNC, | |||
| PARAMS | |||
| ) | (void)0 |
Definition at line 492 of file debuglog.h.
| #define LOGCALL_VOID | ( | CATEGORY, | |
| FUNC, | |||
| PARAMS | |||
| ) | (void)0 |
Definition at line 488 of file debuglog.h.
| #define LOGLINE | ( | a, | |
| b | |||
| ) | (void)0 |
Definition at line 494 of file debuglog.h.
| #define LOGVALUE | ( | a, | |
| b | |||
| ) | (void)0 |
Definition at line 495 of file debuglog.h.
Definition at line 493 of file debuglog.h.