aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/diag/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/diag/logging.h')
-rw-r--r--src/zenserver/diag/logging.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/zenserver/diag/logging.h b/src/zenserver/diag/logging.h
new file mode 100644
index 000000000..8df49f842
--- /dev/null
+++ b/src/zenserver/diag/logging.h
@@ -0,0 +1,10 @@
+// Copyright Epic Games, Inc. All Rights Reserved.
+
+#pragma once
+
+#include <zencore/logging.h>
+struct ZenServerOptions;
+
+void InitializeLogging(const ZenServerOptions& GlobalOptions);
+
+void ShutdownLogging();