This is a "plugin" for the Video Disk Recorder (VDR).
-Written by: Your Name <chris@vomp.tv>
+Written by: Chris Tallon <chris@vomp.tv>
Project's homepage: http://vomp.tv/jsonserver
Description:
A JSON data server plugin for VDR.
-
-Uses embedded Mongoose 3.7, and depends on libjsoncpp (0.6) from system.
*/
// Log docs: https://github.com/gabime/spdlog
#include <spdlog/spdlog.h>
+#if __has_include(<spdlog/sinks/basic_file_sink.h>)
+#include <spdlog/sinks/basic_file_sink.h>
+#endif
namespace spd = spdlog;
/*
trace