pacemaker
2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <libxml/tree.h>
#include <crm/crm.h>
#include <crm/msg_xml.h>
#include <crm/common/xml.h>
#include <crm/common/xml_internal.h>
#include "crmcommon_private.h"
#include <crm/common/logging_compat.h>
#include <crm/common/xml_compat.h>
Go to the source code of this file.
Functions | |
void | pcmk__log_xmllib_err (void *ctx, const char *fmt,...) |
int | pcmk__xml_show (pcmk__output_t *out, const char *prefix, const xmlNode *data, int depth, uint32_t options) |
int | pcmk__xml_show_changes (pcmk__output_t *out, const xmlNode *xml) |
void | log_data_element (int log_level, const char *file, const char *function, int line, const char *prefix, const xmlNode *data, int depth, int legacy_options) |
void | xml_log_changes (uint8_t log_level, const char *function, const xmlNode *xml) |
void log_data_element | ( | int | log_level, |
const char * | file, | ||
const char * | function, | ||
int | line, | ||
const char * | prefix, | ||
const xmlNode * | data, | ||
int | depth, | ||
int | legacy_options | ||
) |
Definition at line 409 of file xml_display.c.
void pcmk__log_xmllib_err | ( | void * | ctx, |
const char * | fmt, | ||
... | |||
) |
Definition at line 26 of file xml_display.c.
int pcmk__xml_show | ( | pcmk__output_t * | out, |
const char * | prefix, | ||
const xmlNode * | data, | ||
int | depth, | ||
uint32_t | options | ||
) |
Definition at line 228 of file xml_display.c.
int pcmk__xml_show_changes | ( | pcmk__output_t * | out, |
const xmlNode * | xml | ||
) |
Definition at line 369 of file xml_display.c.
void xml_log_changes | ( | uint8_t | level, |
const char * | function, | ||
const xmlNode * | xml | ||
) |
Definition at line 523 of file xml_display.c.