Make syslog backend tweakable.

This commit is contained in:
Nazım Can Bedir
2016-08-22 16:39:46 +03:00
parent 2678c37b56
commit e277f9b05c
2 changed files with 10 additions and 0 deletions

View File

@@ -37,6 +37,8 @@
#define DEPRECATED
#endif
#include <spdlog/tweakme.h>
#ifndef SPDLOG_ENABLE_SYSLOG
#if defined (__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
#define SPDLOG_ENABLE_SYSLOG