libgearman-server/log.c File Reference
Gearman State Definitions.
More...
#include "common.h"
Go to the source code of this file.
Functions |
void | gearmand_log (gearmand_st *state, gearman_verbose_t verbose, const char *format, va_list args) |
void | gearmand_log_fatal (gearmand_st *gearman, const char *format,...) |
void | gearmand_log_error (gearmand_st *gearman, const char *format,...) |
void | gearmand_log_info (gearmand_st *gearman, const char *format,...) |
void | gearmand_log_debug (gearmand_st *gearman, const char *format,...) |
void | gearmand_log_crazy (gearmand_st *gearman, const char *format,...) |
void | gearman_conf_error_set (gearman_conf_st *conf, const char *msg, const char *format,...) |
Detailed Description
Gearman State Definitions.
Definition in file log.c.
Function Documentation
Definition at line 17 of file log.c.
void gearmand_log_fatal |
( |
gearmand_st * |
gearman, |
|
|
const char * |
format, |
|
|
|
... | |
|
) |
| | |
Definition at line 36 of file log.c.
void gearmand_log_error |
( |
gearmand_st * |
gearman, |
|
|
const char * |
format, |
|
|
|
... | |
|
) |
| | |
Definition at line 48 of file log.c.
void gearmand_log_info |
( |
gearmand_st * |
gearman, |
|
|
const char * |
format, |
|
|
|
... | |
|
) |
| | |
Definition at line 60 of file log.c.
void gearmand_log_debug |
( |
gearmand_st * |
gearman, |
|
|
const char * |
format, |
|
|
|
... | |
|
) |
| | |
Definition at line 72 of file log.c.
void gearmand_log_crazy |
( |
gearmand_st * |
gearman, |
|
|
const char * |
format, |
|
|
|
... | |
|
) |
| | |
Definition at line 84 of file log.c.
void gearman_conf_error_set |
( |
gearman_conf_st * |
conf, |
|
|
const char * |
msg, |
|
|
const char * |
format, |
|
|
|
... | |
|
) |
| | |
Definition at line 96 of file log.c.