#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/details/synchronous_factory.h>
#include <array>
#include <string>
#include <syslog.h>
Go to the source code of this file.
|
template<typename Factory = spdlog::synchronous_factory> |
std::shared_ptr< logger > | spdlog::syslog_logger_mt (const std::string &logger_name, const std::string &syslog_ident="", int syslog_option=0, int syslog_facility=LOG_USER, bool enable_formatting=false) |
|
template<typename Factory = spdlog::synchronous_factory> |
std::shared_ptr< logger > | spdlog::syslog_logger_st (const std::string &logger_name, const std::string &syslog_ident="", int syslog_option=0, int syslog_facility=LOG_USER, bool enable_formatting=false) |
|