Searched refs:m_currentLogFileName (Results 1 – 2 of 2) sorted by relevance
100 } else if ((access(m_currentLogFileName.c_str(), F_OK) != 0) || !m_currentLogOutput.is_open()) { in Input()150 m_currentLogFileName = newFile.str(); in CreateLogFile()
69 std::string m_currentLogFileName; variable