#include "spdlog/spdlog.h"
#include "spdlog/sinks/base_sink.h"
#include <array>
#include <string>
#include <syslog.h>
Go to the source code of this file.
|
template<typename Factory = default_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=(1<< 3)) |
|
template<typename Factory = default_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=(1<< 3)) |
|