logdebug
#define logdebug(...) ilbd_log(LOG_DEBUG, __VA_ARGS__)
#define logdebug(...) logmsg(LOG_DEBUG, __VA_ARGS__)
logdebug(char *fmt, ...)