OpenDNSSEC-enforcer  1.4.8.2
Functions
debug.c File Reference
#include <stdarg.h>
#include <stdio.h>
#include "ksm/debug.h"
#include "ksm/message.h"
Include dependency graph for debug.c:

Go to the source code of this file.

Functions

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

Function Documentation

unsigned int DbgGet ( void  )

Definition at line 59 of file debug.c.

int DbgIsSet ( unsigned int  flags)

Definition at line 108 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 202 of file debug.c.

unsigned int DbgSet ( unsigned int  mask)

Definition at line 81 of file debug.c.