mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
* openlog setup for syslog sink
This commit is contained in:
@@ -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
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user