MCPcopy 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
62LogFunction getLogCallback()
63{
64
65 std::lock_guard<std::mutex> lock(loggerMutex);
66 return logFunction;
67}
68
69}; // namespace OpenApoc

Callers 2

enableFileLoggerFunction · 0.85
enableSDLDialogLoggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected