ldapsdk  0.0.1
Macros
debug.h File Reference
#include <iostream>
#include "config.h"

Go to the source code of this file.

Macros

#define LDAP_DEBUG_NONE   0x0000
 
#define LDAP_DEBUG_TRACE   0x0001
 
#define LDAP_DEBUG_CONSTRUCT   0x0002
 
#define LDAP_DEBUG_DESTROY   0x0004
 
#define LDAP_DEBUG_PARAMETER   0x0008
 
#define LDAP_DEBUG_ANY   0xffff
 
#define DEBUGLEVEL   LDAP_DEBUG_ANY
 
#define PRINT_FILE    std::cerr << "file: " __FILE__ << " line: " << __LINE__
 
#define DEBUG(level, arg)
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG (   level,
  arg 
)

◆ DEBUGLEVEL

#define DEBUGLEVEL   LDAP_DEBUG_ANY

◆ LDAP_DEBUG_ANY

#define LDAP_DEBUG_ANY   0xffff

◆ LDAP_DEBUG_CONSTRUCT

#define LDAP_DEBUG_CONSTRUCT   0x0002

◆ LDAP_DEBUG_DESTROY

#define LDAP_DEBUG_DESTROY   0x0004

◆ LDAP_DEBUG_NONE

#define LDAP_DEBUG_NONE   0x0000

◆ LDAP_DEBUG_PARAMETER

#define LDAP_DEBUG_PARAMETER   0x0008

◆ LDAP_DEBUG_TRACE

#define LDAP_DEBUG_TRACE   0x0001

◆ PRINT_FILE

#define PRINT_FILE    std::cerr << "file: " __FILE__ << " line: " << __LINE__