MCPcopy 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

endCommonReplayStatesFunction · 0.85
startRecordingFunction · 0.85
loadReplayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected