Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ initFileLogging
Method
initFileLogging
common/logging.cpp:209–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
void Logging::initFileLogging()
210
{
211
logFile = fopen(logFilePath.c_str(),
"a+"
);
212
}
213
214
void Logging::exit()
215
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected