28
35
WrapSyslog(const WrapSyslog&);
29
36
WrapSyslog& operator=(const WrapSyslog&);
38
43
static WrapSyslog& singleton();
40
45
static int getFacilityByName(const char *);
41
46
static int getPriorityByName(const char *);
44
49
void vlog(int facility, int priority, const char *format, va_list ap);
45
50
void log(int facility, int priority, const char *format, ...);
48
61
#endif /* PLUGIN_SYSLOG_WRAP_H */