Displaying 1 result from an estimated 1 matches for "logger_error".
2003 May 26
1
logging in POP3
...stream(logger_facility facility,
FILE *filestream, int timestamp);
int logger_set_fd(logger_facility facility, int fd, int timestamp);
int logger_set_syslog(logger_facility facility, int priority, int
timestamp);
/*
fmt = [sdt]+
s = string
d = integer
t = time-string
Example: logger( LOGGER_ERROR, "sds", "Errorcode: ", -1234, ".
Aborting!");
See end of logger.c for more examples.
*/
int logger(logger_facility facility, char *fmt, ...);
Dovecot looks great!
Just thought I'd send you this wishlist.
If you could point me to the right places in the code I...