MCPcopy Create free account
hub / github.com/ClusterLabs/pacemaker / crm_log_cli_init

Function crm_log_cli_init

lib/common/logging.c:408–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408gboolean
409crm_log_cli_init(const char *entity)
410{
411 return crm_log_init(entity, LOG_ERR, FALSE, FALSE, 0, NULL, TRUE);
412}
413
414static const char *crm_quark_to_string(uint32_t tag)
415{

Callers 15

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

crm_log_initFunction · 0.85

Tested by 2

mainFunction · 0.68
mainFunction · 0.68