MCPcopy Create free account
hub / github.com/Norbyte/bg3se / CloseLogFile

Method CloseLogFile

CoreLib/Console.cpp:148–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void Console::CloseLogFile()
149{
150 if (!logToFile_) return;
151
152 logFile_.close();
153 logToFile_ = false;
154}
155
156
157END_SE()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected