pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
Functions
pcmk_graph_logging.c File Reference
#include <crm_internal.h>
#include <crm/crm.h>
#include <crm/msg_xml.h>
#include <crm/common/xml.h>
#include <pacemaker-internal.h>
Include dependency graph for pcmk_graph_logging.c:

Go to the source code of this file.

Functions

const char * pcmk__graph_status2text (enum pcmk__graph_status state)
 
void pcmk__log_graph_action (int log_level, pcmk__graph_action_t *action)
 
void pcmk__log_graph (unsigned int log_level, pcmk__graph_t *graph)
 

Function Documentation

◆ pcmk__graph_status2text()

const char* pcmk__graph_status2text ( enum pcmk__graph_status  state)

Definition at line 26 of file pcmk_graph_logging.c.

◆ pcmk__log_graph()

void pcmk__log_graph ( unsigned int  log_level,
pcmk__graph_t graph 
)

Definition at line 214 of file pcmk_graph_logging.c.

◆ pcmk__log_graph_action()

void pcmk__log_graph_action ( int  log_level,
pcmk__graph_action_t action 
)

Definition at line 208 of file pcmk_graph_logging.c.