WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
syslog_sink.h File Reference
#include "spdlog/spdlog.h"
#include "spdlog/sinks/base_sink.h"
#include <array>
#include <string>
#include <syslog.h>
Include dependency graph for syslog_sink.h:

Go to the source code of this file.

Classes

class  spdlog::sinks::syslog_sink< Mutex >
 

Namespaces

 spdlog
 
 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 = 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))