
Functions | |
| void | evt_openlog (const char *ident, int options, int facility) |
| void | evt_closelog (void) |
| void | evt_vsyslog (int pri, const char *format, va_list ap) |
| void | evt_syslog (int pri, const char *format,...) |
| void | evt_syslog_wrapper_init (void) |
Variables | |
| EVTCONTEXT * | syslog_context |
| EVTSYSLOGOPTS | syslog_opts |
| void evt_closelog | ( | void | ) |
| void evt_openlog | ( | const char * | ident, |
| int | options, | ||
| int | facility | ||
| ) |
| void evt_syslog | ( | int | pri, |
| const char * | format, | ||
| ... | |||
| ) |
| void evt_syslog_wrapper_init | ( | void | ) |
| void evt_vsyslog | ( | int | pri, |
| const char * | format, | ||
| va_list | ap | ||
| ) |
| EVTCONTEXT* syslog_context |
| EVTSYSLOGOPTS syslog_opts |