log_err
log_err(int eval, const char *fmt, ...)
#define log_err(st, fmt, args...) \
#define log_err(fmt, args...) syslog(LOG_ERR, fmt , ##args)
log_err(char const *message, ...)
log_err(int e, const char *fmt, ...)