diff options
author | pg9182 <96569817+pg9182@users.noreply.github.com> | 2023-05-05 19:45:04 -0400 |
---|---|---|
committer | pg9182 <96569817+pg9182@users.noreply.github.com> | 2023-05-05 19:45:04 -0400 |
commit | 97df63bc21e53556f3cc31112f713d1ae63e691a (patch) | |
tree | 619eb57b5574e6f0f9541a570bbe537ac9ac0eb8 /NorthstarDLL/logging/logging.h | |
parent | 39f73a68730e9336f2469fdf1024dab771a85fb3 (diff) | |
download | NorthstarLauncher-97df63bc21e53556f3cc31112f713d1ae63e691a.tar.gz NorthstarLauncher-97df63bc21e53556f3cc31112f713d1ae63e691a.zip |
Revert "Plugin system v2 (#343)"temp/test-dedi-crash-plugin
This reverts commit 450d0b1ed437cf37b4309af952af8904f3f07768.
Diffstat (limited to 'NorthstarDLL/logging/logging.h')
-rw-r--r-- | NorthstarDLL/logging/logging.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/NorthstarDLL/logging/logging.h b/NorthstarDLL/logging/logging.h index 2efee80b..1cfc6644 100644 --- a/NorthstarDLL/logging/logging.h +++ b/NorthstarDLL/logging/logging.h @@ -100,13 +100,10 @@ namespace NS::log extern std::shared_ptr<ColoredLogger> NORTHSTAR; - extern std::shared_ptr<ColoredLogger> PLUGINSYS; - void FlushLoggers(); }; // namespace NS::log void RegisterCustomSink(std::shared_ptr<CustomSink> sink); -void RegisterLogger(std::shared_ptr<ColoredLogger> logger); inline bool g_bSpdLog_UseAnsiColor = true; |