Displaying 1 result from an estimated 1 matches for "logger_set_iostream".
2003 May 26
1
logging in POP3
...m is the FILE stream to use.
- fd is the filedescriptor to use.
- priority is the syslog priority to use as used in the syslog() call.
- timestamp is used as a boolean. True means begin line with a
timestamp.
*/
int logger_set_file(logger_facility facility, char *filename, int
timestamp);
int logger_set_iostream(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...