Loosely based on BSD-version. by Gisle Vanem <giva@bgnett.no> Jun-99
This module really belongs to the application layer, but is included in Watt-32 for convenience.
Definition in file syslog.c.
Go to the source code of this file.
Functions | |
| void MS_CDECL | syslog (int pri, const char *fmt,...) |
| void | vsyslog (int pri, const char *fmt, va_list ap) |
| const char * | getlogname (void) |
| int | openloghost (char **errbuf) |
| void | openlog (const char *ident, int logstat, int logfac) |
| int | setlogmask (int new_mask) |
| char * | setlogtag (char *new_tag) |
| void | closelog (void) |
| int | main (void) |
Variables | |
| sock_type * | log_sock = NULL |
| FILE * | log_file = NULL |
| DWORD | log_host = 0UL |
| BOOL | log_opened = FALSE |
| int | log_stat = 0 |
| char * | log_tag = NULL |
| int | log_mask = LOG_INFO |
| DWORD | log_facil = LOG_USER |
| CODE | prioritynames [] |
| CODE | facilitynames [] |
|
|
Initial value: Definition at line 83 of file syslog.c. |
|
|
Initial value: Definition at line 67 of file syslog.c. |
1.3.8