qblog.h (3) Linux Manual Page
qblog.h – The logging API provides four main parts (basics, filtering, threading & blackbox). Synopsis #include <stdint.h> #include <stdlib.h> #include <stdio.h> #include <stdarg.h> #include <errno.h> #include <syslog.h> #include <string.h> #include <qb/qbutil.h> #include <qb/qbconfig.h> Data Structures struct qb_log_callsite An instance of this structure is created in a special ELF section at every dynamic debug callsite. union…
