|
pacemaker
2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
|
Deprecated Pacemaker logging API. More...
#include <glib.h>

Go to the source code of this file.
Macros | |
| #define | do_crm_log_always(level, fmt, args...) |
| Log a message using constant priority. More... | |
Functions | |
| gboolean | crm_log_cli_init (const char *entity) |
| gboolean | crm_add_logfile (const char *filename) |
Deprecated Pacemaker logging API.
Definition in file logging_compat.h.
| #define do_crm_log_always | ( | level, | |
| fmt, | |||
| args... | |||
| ) |
Log a message using constant priority.
| [in] | level | Priority at which to log the message |
| [in] | fmt | printf-style format string literal for message |
| [in] | args | Any arguments needed by format string |
level may be evaluated more than once. This does nothing when level is LOG_STDOUT. Definition at line 40 of file logging_compat.h.
| gboolean crm_add_logfile | ( | const char * | filename | ) |
| gboolean crm_log_cli_init | ( | const char * | entity | ) |
1.8.14