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