aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/logging.h')
-rw-r--r--NorthstarDedicatedTest/logging.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/NorthstarDedicatedTest/logging.h b/NorthstarDedicatedTest/logging.h
index aa19b8f1..a9ec3c9a 100644
--- a/NorthstarDedicatedTest/logging.h
+++ b/NorthstarDedicatedTest/logging.h
@@ -1,11 +1,4 @@
#pragma once
#include "context.h"
-typedef void(*LoggingSink)(Context context, char* fmt);
-
-void Log(Context context, char* fmt, ...);
-void Log(Context context, char* fmt, va_list args);
-void AddLoggingSink(LoggingSink sink);
-
-// default logging sink
-void DefaultLoggingSink(Context context, char* message); \ No newline at end of file
+void InitialiseLogging(); \ No newline at end of file