SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ShutDown()

void Spices::Log::ShutDown ( )
static

Shutdown Log.

Definition at line 82 of file Log.cpp.

83 {
85
86 m_IsInitialized = false;
87
88 s_CoreLogger.reset();
89 s_ClientLogger.reset();
90 spdlog::drop_all();
91 }
#define SPICES_PROFILE_ZONE
static std::shared_ptr< spdlog::logger > s_ClientLogger
Game Stage Logger.
Definition Log.h:80
static bool m_IsInitialized
Definition Log.h:28
static std::shared_ptr< spdlog::logger > s_CoreLogger
Engine Stage Logger.
Definition Log.h:75

References m_IsInitialized.

Referenced by SpicesTest::Delegate_test::TearDown(), and Spices::Application::~Application().