|
spdlog
|
Go to the source code of this file.
#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>Classes | |
| class | spdlog::sinks::syslog_sink< Mutex > |
Namespaces | |
| namespace | spdlog |
| namespace | spdlog::sinks |
Typedefs | |
| using | spdlog::sinks::syslog_sink_mt = syslog_sink< std::mutex > |
| using | spdlog::sinks::syslog_sink_st = syslog_sink< details::null_mutex > |
Functions | |
| 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) |