MCPcopy 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
209void Logging::initFileLogging()
210{
211 logFile = fopen(logFilePath.c_str(), "a+");
212}
213
214void Logging::exit()
215{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected