doc
|
Macros | |
#define | CSYNC_LOG(priority, ...) csync_log(priority, __func__, __VA_ARGS__) |
#define | PRINTF_ATTRIBUTE(a, b) |
Functions | |
void | csync_log (int verbosity, const char *function, const char *format,...) PRINTF_ATTRIBUTE(3 |
#define CSYNC_LOG | ( | priority, | |
... | |||
) | csync_log(priority, __func__, __VA_ARGS__) |
Definition at line 57 of file csync_log.h.
#define PRINTF_ATTRIBUTE | ( | a, | |
b | |||
) |
Definition at line 39 of file csync_log.h.
enum csync_log_priority_e |
Definition at line 42 of file csync_log.h.
void csync_log | ( | int | verbosity, |
const char * | function, | ||
const char * | format, | ||
... | |||
) |