Query: ldb_debug_ops
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ldb_debug_ops(3) Library Functions Manual ldb_debug_ops(3)NAMEldb_debug_ops - the user can optionally supply a debug function.SYNOPSIS#include <ldb.h> Data Fields void(* debug )(void *context, enum ldb_debug_level level, const char *fmt, va_list ap) PRINTF_ATTRIBUTE(3 void(*) void context ) Detailed Description the user can optionally supply a debug function. The function is based on the vfprintf() style of interface, but with the addition of a severity level Author Generated automatically by Doxygen for LDB from the source code.LDBTue Jun 17 2014 ldb_debug_ops(3)