log_notice
#define log_notice(fmt, args...) syslog(LOG_NOTICE, fmt , ##args)
log_notice(char const *message, ...)