#include <crm_internal.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/utsname.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <limits.h>
#include <ctype.h>
#include <pwd.h>
#include <grp.h>
#include <time.h>
#include <libgen.h>
#include <signal.h>
#include <bzlib.h>
#include <qb/qbdefs.h>
#include <crm/crm.h>
#include <crm/common/mainloop.h>
Go to the source code of this file.
|
const char * | daemon_option (const char *option) |
|
void | set_daemon_option (const char *option, const char *value) |
|
gboolean | daemon_option_enabled (const char *daemon, const char *option) |
|
void | crm_log_deinit (void) |
|
gboolean | crm_add_logfile (const char *filename) |
|
void | crm_enable_blackbox (int nsig) |
|
void | crm_disable_blackbox (int nsig) |
|
void | crm_write_blackbox (int nsig, struct qb_log_callsite *cs) |
|
gboolean | crm_log_cli_init (const char *entity) |
|
gboolean | crm_is_callsite_active (struct qb_log_callsite *cs, uint8_t level, uint32_t tags) |
|
void | crm_update_callsites (void) |
|
void | crm_log_preinit (const char *entity, int argc, char **argv) |
|
gboolean | crm_log_init (const char *entity, uint8_t level, gboolean daemon, gboolean to_stderr, int argc, char **argv, gboolean quiet) |
|
unsigned int | set_crm_log_level (unsigned int level) |
|
void | crm_enable_stderr (int enable) |
|
void | crm_bump_log_level (int argc, char **argv) |
|
unsigned int | get_crm_log_level (void) |
|
void | crm_log_args (int argc, char **argv) |
|
const char * | pcmk_errorname (int rc) |
|
const char * | pcmk_strerror (int rc) |
|
const char * | bz2_strerror (int rc) |
|
void | crm_log_output_fn (const char *file, const char *function, int line, int level, const char *prefix, const char *output) |
|
char * | crm_strdup_printf (char const *format,...) |
|
#define ARGS_FMT "Invoked: %s" |
const char* bz2_strerror |
( |
int |
rc | ) |
|
gboolean crm_add_logfile |
( |
const char * |
filename | ) |
|
void crm_bump_log_level |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void crm_disable_blackbox |
( |
int |
nsig | ) |
|
void crm_enable_blackbox |
( |
int |
nsig | ) |
|
void crm_enable_stderr |
( |
int |
enable | ) |
|
gboolean crm_is_callsite_active |
( |
struct qb_log_callsite * |
cs, |
|
|
uint8_t |
level, |
|
|
uint32_t |
tags |
|
) |
| |
void crm_log_args |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
gboolean crm_log_cli_init |
( |
const char * |
entity | ) |
|
void crm_log_deinit |
( |
void |
| ) |
|
gboolean crm_log_init |
( |
const char * |
entity, |
|
|
uint8_t |
level, |
|
|
gboolean |
daemon, |
|
|
gboolean |
to_stderr, |
|
|
int |
argc, |
|
|
char ** |
argv, |
|
|
gboolean |
quiet |
|
) |
| |
void crm_log_output_fn |
( |
const char * |
file, |
|
|
const char * |
function, |
|
|
int |
line, |
|
|
int |
level, |
|
|
const char * |
prefix, |
|
|
const char * |
output |
|
) |
| |
void crm_log_preinit |
( |
const char * |
entity, |
|
|
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
char* crm_strdup_printf |
( |
char const * |
format, |
|
|
|
... |
|
) |
| |
void crm_update_callsites |
( |
void |
| ) |
|
void crm_write_blackbox |
( |
int |
nsig, |
|
|
struct qb_log_callsite * |
cs |
|
) |
| |
const char* daemon_option |
( |
const char * |
option | ) |
|
gboolean daemon_option_enabled |
( |
const char * |
daemon, |
|
|
const char * |
option |
|
) |
| |
unsigned int get_crm_log_level |
( |
void |
| ) |
|
const char* pcmk_errorname |
( |
int |
rc | ) |
|
const char* pcmk_strerror |
( |
int |
rc | ) |
|
unsigned int set_crm_log_level |
( |
unsigned int |
level | ) |
|
void set_daemon_option |
( |
const char * |
option, |
|
|
const char * |
value |
|
) |
| |
unsigned int crm_log_level = LOG_INFO |
unsigned int crm_log_priority = LOG_NOTICE |
unsigned int crm_trace_nonlog = 0 |