Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
namespace ark {
28
29
bool AFCLogModule::Shut()
30
{
31
spdlog::drop_all();
32
return true;
33
}
34
35
std::shared_ptr<spdlog::async_logger> AFCLogModule::GetDevLogger()
36
{
Callers
1
PreShut
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected