libspf2 1.2.11
Functions
spf_log.c File Reference
#include "spf_sys_config.h"
#include "spf.h"
#include "spf_internal.h"
Include dependency graph for spf_log.c:

Go to the source code of this file.

Functions

void SPF_errorx (const char *file, int line, const char *format,...)
 
void SPF_warningx (const char *file, int line, const char *format,...)
 
void SPF_infox (const char *file, int line, const char *format,...)
 
void SPF_debugx (const char *file, int line, const char *format,...)
 
void SPF_errorv (const char *file, int line, const char *format, va_list ap)
 
void SPF_warningv (const char *file, int line, const char *format, va_list ap)
 
void SPF_infov (const char *file, int line, const char *format, va_list ap)
 
void SPF_debugv (const char *file, int line, const char *format, va_list ap)
 
void SPF_errorx2 (const char *format,...)
 
void SPF_warningx2 (const char *format,...)
 
void SPF_infox2 (const char *format,...)
 
void SPF_debugx2 (const char *format,...)
 

Function Documentation

◆ SPF_debugv()

void SPF_debugv ( const char *  file,
int  line,
const char *  format,
va_list  ap 
)

Definition at line 150 of file spf_log.c.

References NULL, SPF_debug_handler, and SPF_SYSLOG_SIZE.

Referenced by SPF_debugx2().

◆ SPF_debugx()

void SPF_debugx ( const char *  file,
int  line,
const char *  format,
  ... 
)

Definition at line 87 of file spf_log.c.

References NULL, SPF_debug_handler, and SPF_SYSLOG_SIZE.

◆ SPF_debugx2()

void SPF_debugx2 ( const char *  format,
  ... 
)

Definition at line 194 of file spf_log.c.

References NULL, and SPF_debugv().

Here is the call graph for this function:

◆ SPF_errorv()

void SPF_errorv ( const char *  file,
int  line,
const char *  format,
va_list  ap 
)

Definition at line 109 of file spf_log.c.

References NULL, SPF_error_handler, and SPF_SYSLOG_SIZE.

Referenced by SPF_errorx2().

◆ SPF_errorx()

void SPF_errorx ( const char *  file,
int  line,
const char *  format,
  ... 
)

Definition at line 35 of file spf_log.c.

References NULL, SPF_error_handler, and SPF_SYSLOG_SIZE.

◆ SPF_errorx2()

void SPF_errorx2 ( const char *  format,
  ... 
)

Definition at line 167 of file spf_log.c.

References NULL, and SPF_errorv().

Here is the call graph for this function:

◆ SPF_infov()

void SPF_infov ( const char *  file,
int  line,
const char *  format,
va_list  ap 
)

Definition at line 137 of file spf_log.c.

References NULL, SPF_info_handler, and SPF_SYSLOG_SIZE.

Referenced by SPF_infox2().

◆ SPF_infox()

void SPF_infox ( const char *  file,
int  line,
const char *  format,
  ... 
)

Definition at line 70 of file spf_log.c.

References NULL, SPF_info_handler, and SPF_SYSLOG_SIZE.

◆ SPF_infox2()

void SPF_infox2 ( const char *  format,
  ... 
)

Definition at line 185 of file spf_log.c.

References NULL, and SPF_infov().

Here is the call graph for this function:

◆ SPF_warningv()

void SPF_warningv ( const char *  file,
int  line,
const char *  format,
va_list  ap 
)

Definition at line 124 of file spf_log.c.

References NULL, SPF_SYSLOG_SIZE, and SPF_warning_handler.

Referenced by SPF_warningx2().

◆ SPF_warningx()

void SPF_warningx ( const char *  file,
int  line,
const char *  format,
  ... 
)

Definition at line 53 of file spf_log.c.

References NULL, SPF_SYSLOG_SIZE, and SPF_warning_handler.

◆ SPF_warningx2()

void SPF_warningx2 ( const char *  format,
  ... 
)

Definition at line 176 of file spf_log.c.

References NULL, and SPF_warningv().

Here is the call graph for this function: