MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Flush

Method Flush

Source/Engine/Core/Log.cpp:220–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void Log::Logger::Flush()
221{
222#if LOG_ENABLE_FILE
223 LogLocker.Lock();
224 if (LogFile)
225 LogFile->Flush();
226 LogLocker.Unlock();
227#endif
228}
229
230void Log::Logger::WriteFloor()
231{

Callers 5

DrawEmitterCPUFunction · 0.45
SaveMethod · 0.45
DrawMethod · 0.45
WriteMethod · 0.45
DrawMethod · 0.45

Calls 2

LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected