diff options
Diffstat (limited to 'NorthstarDLL/dedicated/dedicatedlogtoclient.h')
-rw-r--r-- | NorthstarDLL/dedicated/dedicatedlogtoclient.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/NorthstarDLL/dedicated/dedicatedlogtoclient.h b/NorthstarDLL/dedicated/dedicatedlogtoclient.h deleted file mode 100644 index 82f4c56b..00000000 --- a/NorthstarDLL/dedicated/dedicatedlogtoclient.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once -#include "logging/logging.h" -#include "core/convar/convar.h" - -class DedicatedServerLogToClientSink : public CustomSink -{ -protected: - void custom_sink_it_(const custom_log_msg& msg); - void sink_it_(const spdlog::details::log_msg& msg) override; - void flush_() override; -}; |