aboutsummaryrefslogtreecommitdiff
path: root/src/Logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Logger.h')
-rw-r--r--src/Logger.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Logger.h b/src/Logger.h
index 08c1221..51fd5f4 100644
--- a/src/Logger.h
+++ b/src/Logger.h
@@ -37,6 +37,8 @@
#include "../include/Gobbledegook.h"
+namespace ggk {
+
// Our handy stringstream macro
#define SSTR std::ostringstream().flush()
@@ -183,3 +185,5 @@ private:
// The registered log receiver for TRACE logs - a nullptr will cause the logging for that receiver to be ignored
static GGKLogReceiver logReceiverTrace;
};
+
+}; // namespace ggk \ No newline at end of file