#include <stddef.h>
#include <syslog.h>
Go to the source code of this file.
Defines | |
#define | XDMAPI |
#define | XDMEXP |
Functions | |
XDMEXP int XDMAPI | xdm_append (const char **msgflds) |
XDM module append routine. | |
XDMEXP int XDMAPI | xdm_init (void(*logmsg)(int level, const char *msg,...), char *(*getcnfstr)(const char *, char *, size_t *)) |
XDM module initialization routine. | |
XDMEXP void XDMAPI | xdm_exit (void) |
XDM module exit routine. | |
Variables | |
static void(* | s_fplogmsg )(int level, const char *msg,...)=0 |
A pointer to the xdasd logmsg function. |
The system logger logs to either syslog on Unix systems, or to the Application Event Log on Win32 systems.
Definition in file xdm_syslog.c.