mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
- LizardFS is a highly reliable, scalable and efficient distributed file system. It spreads data over a number of physical servers, making it visible to an end user as a single file system. Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19010
12 lines
354 B
C++
12 lines
354 B
C++
--- src/common/slogger.h.orig 2017-12-20 09:59:37 UTC
|
|
+++ src/common/slogger.h
|
|
@@ -27,6 +27,9 @@
|
|
#endif
|
|
#include "common/small_vector.h"
|
|
#include "spdlog/spdlog.h"
|
|
+#include "spdlog/sinks/syslog_sink.h"
|
|
+#include "spdlog/sinks/stdout_color_sinks.h"
|
|
+#include "spdlog/sinks/rotating_file_sink.h"
|
|
|
|
typedef std::shared_ptr<spdlog::logger> LoggerPtr;
|
|
|