MCPcopy 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
56void setLogCallback(LogFunction function)
57{
58 std::lock_guard<std::mutex> lock(loggerMutex);
59 logFunction = function;
60}
61
62LogFunction getLogCallback()
63{

Callers 2

enableFileLoggerFunction · 0.85
enableSDLDialogLoggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected