Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeisApps/pcbu-desktop
/ Destroy
Method
Destroy
common/src/storage/LoggingSystem.cpp:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void LoggingSystem::Destroy() {
54
spdlog::info(
"Logger destroy."
);
55
spdlog::shutdown();
56
g_LogName = {};
57
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected