Qsmtp
0.30dev
|
header for syslog interface functions More...
Go to the source code of this file.
Functions | |
void | log_writen (int priority, const char **s) |
void | log_write (int priority, const char *s) |
void | dieerror (int error) |
header for syslog interface functions
void dieerror | ( | int | error | ) |
log error message and terminate program
error | error code that caused the program termination |
void log_write | ( | int | priority, |
const char * | s | ||
) |
write single message to syslog
priority | syslog priority |
s | message to write |
void log_writen | ( | int | priority, |
const char ** | s | ||
) |
combine line and write it to syslog
priority | syslog priority |
s | array of log messages |