MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / Shut

Method Shut

src/plugin/log/src/AFCLogModule.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace ark {
28
29bool AFCLogModule::Shut()
30{
31 spdlog::drop_all();
32 return true;
33}
34
35std::shared_ptr<spdlog::async_logger> AFCLogModule::GetDevLogger()
36{

Callers 1

PreShutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected