* openlog setup for syslog sink

This commit is contained in:
fooinha
2014-12-16 15:13:35 +00:00
parent fbd2a33bbd
commit 8c9a6fc02c
6 changed files with 56 additions and 14 deletions

View File

@@ -96,7 +96,7 @@ std::shared_ptr<logger> stderr_logger_st(const std::string& logger_name);
// Create a syslog logger
//
#ifdef __linux__
std::shared_ptr<logger> syslog_logger(const std::string& logger_name);
std::shared_ptr<logger> syslog_logger(const std::string& logger_name, const std::string& ident, int option, const std::string &facility);
#endif
//