Go to the documentation of this file. 1 #ifndef foodaemonloghfoo
2 #define foodaemonloghfoo
55 #if defined(__GNUC__) && ! defined(DAEMON_GCC_PRINTF_ATTR)
56 #define DAEMON_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (printf, a, b)))
59 #define DAEMON_GCC_PRINTF_ATTR(a,b)
72 #define DAEMON_LOGV_AVAILABLE 1
78 void daemon_logv(
int prio,
const char* t, va_list ap);
92 #define DAEMON_SET_VERBOSITY_AVAILABLE 1