pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
Functions
xml_display.c File Reference
#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>
Include dependency graph for xml_display.c:

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)
 

Function Documentation

◆ log_data_element()

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 
)
Deprecated:
Do not use Pacemaker for general-purpose logging

Definition at line 409 of file xml_display.c.

◆ pcmk__log_xmllib_err()

void pcmk__log_xmllib_err ( void *  ctx,
const char *  fmt,
  ... 
)

Definition at line 26 of file xml_display.c.

◆ pcmk__xml_show()

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.

◆ pcmk__xml_show_changes()

int pcmk__xml_show_changes ( pcmk__output_t out,
const xmlNode *  xml 
)

Definition at line 369 of file xml_display.c.

◆ xml_log_changes()

void xml_log_changes ( uint8_t  level,
const char *  function,
const xmlNode *  xml 
)
Deprecated:
This function will be removed in a future release

Definition at line 523 of file xml_display.c.