MCPcopy Create free account
hub / github.com/Illation/ETEngine / StartFileLogging

Method StartFileLogging

Engine/source/EtCore/Util/Logger.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void Logger::StartFileLogging(const std::string& fileName)
42{
43 SafeDelete(m_FileLogger);
44
45 m_FileLogger = new FileLogger(fileName);
46}
47
48void Logger::StopFileLogging()
49{

Callers

nothing calls this directly

Calls 1

SafeDeleteFunction · 0.85

Tested by

no test coverage detected