mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
Make syslog backend tweakable.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user