Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ setLogCallback
Function
setLogCallback
framework/logger.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void setLogCallback(LogFunction function)
57
{
58
std::lock_guard<std::mutex> lock(loggerMutex);
59
logFunction = function;
60
}
61
62
LogFunction getLogCallback()
63
{
Callers
2
enableFileLogger
Function · 0.85
enableSDLDialogLogger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected