#ifndef LOGGER_SYSLOG_HH #define LOGGER_SYSLOG_HH #include #include #include "logger.hh" class LoggerSyslog : public Logger { public: static std::unique_ptr create(std::string const& prgname); }; #endif // LOGGER_SYSLOG_HH