OpenDNSSEC-enforcer  1.3.16
Macros | Functions
debug.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DBG_M_SQL   0x1 /* Print SQL before it is executed */
 
#define DBG_M_UPDATE   0x2 /* List information for time updates */
 
#define DBG_M_REQUEST   0x4 /* List messages during REQUEST processing */
 

Functions

unsigned int DbgGet (void)
 
unsigned int DbgSet (unsigned int mask)
 
int DbgIsSet (unsigned int flags)
 
void DbgLog (unsigned int mask, int status,...)
 
void DbgOutput (unsigned int mask, const char *format,...)
 
void DbgPrint (const char *format,...)
 

Macro Definition Documentation

#define DBG_M_REQUEST   0x4 /* List messages during REQUEST processing */
#define DBG_M_SQL   0x1 /* Print SQL before it is executed */

Definition at line 45 of file debug.h.

#define DBG_M_UPDATE   0x2 /* List information for time updates */

Function Documentation

unsigned int DbgGet ( void  )

Definition at line 61 of file debug.c.

int DbgIsSet ( unsigned int  flags)

Definition at line 110 of file debug.c.

Referenced by DbgLog(), and DbgOutput().

void DbgLog ( unsigned int  mask,
int  status,
  ... 
)
void DbgOutput ( unsigned int  mask,
const char *  format,
  ... 
)
void DbgPrint ( const char *  format,
  ... 
)

Definition at line 204 of file debug.c.

unsigned int DbgSet ( unsigned int  mask)

Definition at line 83 of file debug.c.