Go to the documentation of this file.
4 #ifndef WIBBLE_LOG_SYSLOG_H
5 #define WIBBLE_LOG_SYSLOG_H
14 struct SyslogSender :
public Sender
21 SyslogSender(
const std::string& ident,
int option = LOG_PID,
int facility = LOG_USER);
22 virtual ~SyslogSender();
24 virtual void send(
Level level,
const std::string& msg);