trace_cs 140 include/crm/common/logging.h static struct qb_log_callsite *trace_cs = NULL; \ trace_cs 141 include/crm/common/logging.h if(trace_cs == NULL) { \ trace_cs 142 include/crm/common/logging.h trace_cs = qb_log_callsite_get(__func__, __FILE__, fmt, level, __LINE__, 0); \ trace_cs 144 include/crm/common/logging.h if (crm_is_callsite_active(trace_cs, level, 0)) { \