libqb
0.16.0
|
An instance of this structure is created in a special ELF section at every dynamic debug callsite. More...
#include <qblog.h>
Data Fields | |
const char * | function |
const char * | filename |
const char * | format |
uint8_t | priority |
uint32_t | lineno |
uint32_t | targets |
uint32_t | tags |
An instance of this structure is created in a special ELF section at every dynamic debug callsite.
At runtime, the special section is treated as an array of these.
const char* qb_log_callsite::filename |
const char* qb_log_callsite::format |
const char* qb_log_callsite::function |
uint32_t qb_log_callsite::lineno |
uint8_t qb_log_callsite::priority |
uint32_t qb_log_callsite::tags |
uint32_t qb_log_callsite::targets |