summaryrefslogtreecommitdiff
path: root/src/log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.cpp')
-rw-r--r--src/log.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/log.cpp b/src/log.cpp
index 6d5f4095..60966302 100644
--- a/src/log.cpp
+++ b/src/log.cpp
@@ -92,3 +92,8 @@ void Logger::error(const std::string &error_text)
#endif
exit(1);
}
+
+/**
+ * And the instance used in the server
+ */
+Logger *logger;