xapian-core  1.4.30
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(A)   return A
 
#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 487 of file debuglog.h.

◆ LOGCALL_CTOR

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

Definition at line 489 of file debuglog.h.

◆ LOGCALL_DTOR

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

Definition at line 490 of file debuglog.h.

◆ LOGCALL_STATIC

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

Definition at line 491 of file debuglog.h.

◆ LOGCALL_STATIC_VOID

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

Definition at line 492 of file debuglog.h.

◆ LOGCALL_VOID

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

Definition at line 488 of file debuglog.h.

◆ LOGLINE

#define LOGLINE (   a,
 
)    (void)0

Definition at line 494 of file debuglog.h.

◆ LOGVALUE

#define LOGVALUE (   a,
 
)    (void)0

Definition at line 495 of file debuglog.h.

◆ RETURN

#define RETURN (   A)    return A

Definition at line 493 of file debuglog.h.