do_crm_log_xml    374 include/crm/common/logging.h #define crm_log_xml_crit(xml, text)    do_crm_log_xml(LOG_CRIT,    text, xml)
do_crm_log_xml    375 include/crm/common/logging.h #define crm_log_xml_err(xml, text)     do_crm_log_xml(LOG_ERR,     text, xml)
do_crm_log_xml    376 include/crm/common/logging.h #define crm_log_xml_warn(xml, text)    do_crm_log_xml(LOG_WARNING, text, xml)
do_crm_log_xml    377 include/crm/common/logging.h #define crm_log_xml_notice(xml, text)  do_crm_log_xml(LOG_NOTICE,  text, xml)
do_crm_log_xml    378 include/crm/common/logging.h #define crm_log_xml_info(xml, text)    do_crm_log_xml(LOG_INFO,    text, xml)
do_crm_log_xml    379 include/crm/common/logging.h #define crm_log_xml_debug(xml, text)   do_crm_log_xml(LOG_DEBUG,   text, xml)
do_crm_log_xml    380 include/crm/common/logging.h #define crm_log_xml_trace(xml, text)   do_crm_log_xml(LOG_TRACE,   text, xml)
do_crm_log_xml    388 include/crm/common/logging.h             do_crm_log_xml(LOG_TRACE,   text, xml);             \
do_crm_log_xml    166 lib/common/output_log.c     do_crm_log_xml(priv->log_level, name, node);