#include <syslog.h>Go to the source code of this file.
Defines | |
| #define | MON_INFO 0 |
| #define | MON_WARNING 1 |
| #define | MON_CRITICAL 2 |
| #define | MON_FAILURE 3 |
Functions | |
| int | monitor (unsigned int sev, const char *pattern, const char *message) |
| int | syslogMonitor (unsigned int logLvl, unsigned int sev, const char *pattern, const char *message,...) __attribute__((format(printf |
| int monitor | ( | unsigned int | sev, | |
| const char * | pattern, | |||
| const char * | message | |||
| ) |
| int syslogMonitor | ( | unsigned int | logLvl, | |
| unsigned int | sev, | |||
| const char * | pattern, | |||
| const char * | message, | |||
| ... | ||||
| ) |
1.5.8