Displaying 1 result from an estimated 1 matches for "logger_facil".
2003 May 26
1
logging in POP3
...nr mails left in spool + bytes left
o time spent
o indication if TLS was used or not
If you would lika generic logging API I have one you can use:
(Only tested under Linux. It is GPL)
http://robur.slu.se/jensl/jellog.tar.gz
Excerpt from headerfile:
/*
Functions for setting the destination of logger_facilities.
- filename is the file to append log entries to. If file does not exist
it
is created with umask 0666 (modified as usual by open() call).
- filestream is the FILE stream to use.
- fd is the filedescriptor to use.
- priority is the syslog priority to use as used in the syslog() cal...