MCPcopy Create free account
hub / github.com/dobin/RedEdr / CleanupFileLogging

Function CleanupFileLogging

RedEdrPplService/logging.cpp:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120void CleanupFileLogging() {
121 std::lock_guard<std::mutex> lock(g_logMutex);
122 if (g_logFile != INVALID_HANDLE_VALUE) {
123 CloseHandle(g_logFile);
124 g_logFile = INVALID_HANDLE_VALUE;
125 }
126 g_logInitialized = false;
127}

Callers 1

ShutdownServiceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected