Go to the source code of this file.
#define pcmk__config_err |
( |
|
fmt... | ) |
|
Value:
} while (0)
gboolean crm_config_error
#define crm_err(fmt, args...)
Definition at line 24 of file logging_internal.h.
#define pcmk__config_warn |
( |
|
fmt... | ) |
|
Value:
} while (0)
#define crm_warn(fmt, args...)
gboolean crm_config_warning
Definition at line 36 of file logging_internal.h.
#define pcmk__log_else |
( |
|
level, |
|
|
|
else_action |
|
) |
| |
Value:do { \
static struct qb_log_callsite *trace_cs = NULL; \
\
if (trace_cs == NULL) { \
trace_cs = qb_log_callsite_get(__func__, __FILE__, "log_else", \
level, __LINE__, 0); \
} \
else_action; \
} \
} while(0)
gboolean crm_is_callsite_active(struct qb_log_callsite *cs, uint8_t level, uint32_t tags)
Definition at line 55 of file logging_internal.h.
#define PCMK__LOGGING_INTERNAL_H |
int pcmk__add_logfile |
( |
const char * |
filename | ) |
|
Add a file to be used as a Pacemaker detail log.
- Parameters
-
[in] | filename | Name of log file to use |
- Returns
- Standard Pacemaker return code
Definition at line 305 of file logging.c.
void pcmk__cli_init_logging |
( |
const char * |
name, |
|
|
unsigned int |
verbosity |
|
) |
| |