|
void | openlog (const char *ident, int option, int facility) |
| Open connection to logger.
|
|
void | closelog () |
| closelog also resets the identification string for syslog messages back to the default, if openlog was called with a non-NULL argument to ident.
|
|
void | syslog (int facility_priority, const char *fmt,...) |
| Generate a log message using FMT string and option arguments.
|
|
bool | syslog_debug (const char *fmt,...) |
| Generate a log message at debug level using FMT string and option arguments.
|
|
int | setlogmask (int mask) |
| The setlogmask() function sets this logmask for the current process, and returns the previous mask.
|
|
int | setlogopt (int opt) |
| Set option flags.
|
|
Implementation of syslog functions.