|
doc
|
Macros | |
| #define | CSYNC_LOG(priority,...) csync_log(ctx, priority, __FUNCTION__, __VA_ARGS__) |
| #define | PRINTF_ATTRIBUTE(a, b) |
Functions | |
| void | csync_log (CSYNC *ctx, int verbosity, const char *function, const char *format,...) PRINTF_ATTRIBUTE(4 |
| #define CSYNC_LOG | ( | priority, | |
| ... | |||
| ) | csync_log(ctx, priority, __FUNCTION__, __VA_ARGS__) |
Definition at line 63 of file csync_log.h.
| #define PRINTF_ATTRIBUTE | ( | a, | |
| b | |||
| ) |
Definition at line 44 of file csync_log.h.
| enum csync_log_priority_e |
Definition at line 48 of file csync_log.h.
| void csync_log | ( | CSYNC * | ctx, |
| int | verbosity, | ||
| const char * | function, | ||
| const char * | format, | ||
| ... | |||
| ) |
1.8.8