#include <stdarg.h>
Go to the source code of this file.
|
void | closelog (void) |
|
void | openlog (const char *ident, int logopt, int facility) |
|
int | setlogmask (int maskpri) |
|
void | syslog (int priority, const char *message,...) |
|
void | vsyslog (int priority, const char *format, va_list ap) |
|
◆ LOG_ALERT
◆ LOG_AUTH
◆ LOG_CONS
◆ LOG_CRIT
◆ LOG_CRON
◆ LOG_DAEMON
◆ LOG_DEBUG
◆ LOG_EMERG
◆ LOG_ERR
◆ LOG_INFO
◆ LOG_KERN
◆ LOG_LOCAL0
◆ LOG_LOCAL1
◆ LOG_LOCAL2
◆ LOG_LOCAL3
◆ LOG_LOCAL4
◆ LOG_LOCAL5
◆ LOG_LOCAL6
◆ LOG_LOCAL7
◆ LOG_LPR
◆ LOG_MAIL
◆ LOG_MASK
Value:
#define BIT_MASK(n)
Bit mask with bits 0 through n-1 (inclusive) set, or 0 if n is 0.
Definition util_macro.h:68
#define LOG_DEBUG
Definition syslog.h:46
◆ LOG_NDELAY
◆ LOG_NEWS
◆ LOG_NOTICE
◆ LOG_NOWAIT
◆ LOG_ODELAY
◆ LOG_PERROR
◆ LOG_PID
◆ LOG_USER
◆ LOG_UUCP
◆ LOG_WARNING
◆ closelog()
◆ openlog()
void openlog |
( |
const char * | ident, |
|
|
int | logopt, |
|
|
int | facility ) |
◆ setlogmask()
int setlogmask |
( |
int | maskpri | ) |
|
◆ syslog()
void syslog |
( |
int | priority, |
|
|
const char * | message, |
|
|
| ... ) |
◆ vsyslog()
void vsyslog |
( |
int | priority, |
|
|
const char * | format, |
|
|
va_list | ap ) |