xapian-core  2.0.0
Macros
debuglog.h File Reference

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
 

Detailed Description

Debug logging macros.

Definition in file debuglog.h.

Macro Definition Documentation

◆ LOGCALL

#define LOGCALL (   CATEGORY,
  TYPE,
  FUNC,
  PARAMS 
)    (void)0

Definition at line 478 of file debuglog.h.

◆ LOGCALL_CTOR

#define LOGCALL_CTOR (   CATEGORY,
  CLASS,
  PARAMS 
)    (void)0

Definition at line 480 of file debuglog.h.

◆ LOGCALL_DTOR

#define LOGCALL_DTOR (   CATEGORY,
  CLASS 
)    (void)0

Definition at line 481 of file debuglog.h.

◆ LOGCALL_STATIC

#define LOGCALL_STATIC (   CATEGORY,
  TYPE,
  FUNC,
  PARAMS 
)    (void)0

Definition at line 482 of file debuglog.h.

◆ LOGCALL_STATIC_VOID

#define LOGCALL_STATIC_VOID (   CATEGORY,
  FUNC,
  PARAMS 
)    (void)0

Definition at line 483 of file debuglog.h.

◆ LOGCALL_VOID

#define LOGCALL_VOID (   CATEGORY,
  FUNC,
  PARAMS 
)    (void)0

Definition at line 479 of file debuglog.h.

◆ LOGLINE

#define LOGLINE (   a,
 
)    (void)0

Definition at line 485 of file debuglog.h.

◆ LOGVALUE

#define LOGVALUE (   a,
 
)    (void)0

Definition at line 486 of file debuglog.h.

◆ RETURN

#define RETURN (   ...)    return __VA_ARGS__

Definition at line 484 of file debuglog.h.