Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ logTimeToggle
Function
logTimeToggle
TheForceEngine/TFE_System/log.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
int maxLogRotations = 3;
35
36
void logTimeToggle()
37
{
38
includeTime = !includeTime;
39
}
40
41
bool logOpen(const char* filename, bool append)
42
{
Callers
3
endCommonReplayStates
Function · 0.85
startRecording
Function · 0.85
loadReplay
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected