aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-08-24 18:55:02 +0200
committerStefan Boberg <[email protected]>2021-08-24 18:55:02 +0200
commit5e577bfaa689500bcfad8a98ef1c3893016534df (patch)
treee34f4b2140a87683d806e9a0dfa9d402224ef418
parentAdded post/prewindows.h headers to deal with fallout from windows.h #define s... (diff)
downloadzen-5e577bfaa689500bcfad8a98ef1c3893016534df.tar.xz
zen-5e577bfaa689500bcfad8a98ef1c3893016534df.zip
Added zencore/logging.h
Only wraps spdlog for now but will change to include more control over logging later
-rw-r--r--zencore/include/zencore/logging.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/zencore/include/zencore/logging.h b/zencore/include/zencore/logging.h
new file mode 100644
index 000000000..03c59c3e2
--- /dev/null
+++ b/zencore/include/zencore/logging.h
@@ -0,0 +1,7 @@
+#pragma once
+
+// clang-format off
+#include "prewindows.h"
+#include <spdlog/spdlog.h>
+#include "postwindows.h"
+// clang-format on