ports/sysutils/lizardfs/files/patch-src_common_slogger.h
John Hixson 47fccfbb95 [New port] sysutils/lizardfs: An open source distributed filesystem
- 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
2019-02-01 17:12:54 +00:00

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;