Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
void 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
230
void Log::Logger::WriteFloor()
231
{
Callers
5
DrawEmitterCPU
Function · 0.45
Save
Method · 0.45
Draw
Method · 0.45
Write
Method · 0.45
Draw
Method · 0.45
Calls
2
Lock
Method · 0.80
Unlock
Method · 0.80
Tested by
no test coverage detected