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