libgearman/log.c File Reference
Gearman State Definitions.
More...
#include "common.h"
Go to the source code of this file.
Functions |
void | gearman_log (gearman_universal_st *state, gearman_verbose_t verbose, const char *format, va_list args) |
void | gearman_log_fatal (gearman_universal_st *gearman, const char *format,...) |
void | gearman_log_error (gearman_universal_st *gearman, const char *format,...) |
void | gearman_log_info (gearman_universal_st *gearman, const char *format,...) |
void | gearman_log_debug (gearman_universal_st *gearman, const char *format,...) |
void | gearman_log_crazy (gearman_universal_st *gearman, const char *format,...) |
Detailed Description
Gearman State Definitions.
Definition in file log.c.
Function Documentation
Definition at line 17 of file log.c.
Definition at line 36 of file log.c.
Definition at line 49 of file log.c.
Definition at line 62 of file log.c.
Definition at line 75 of file log.c.
Definition at line 88 of file log.c.