Searched refs:m_fileNameSuffix (Results 1 – 2 of 2) sorted by relevance
53 : m_maxLogFileNum(maxFiles), m_logsPath(logsPath), m_fileNameSuffix(fileNameSuffix), m_id(id) in LogPersisterRotator()148 …< m_logsPath << "." << GetFileNameIndex(m_currentLogFileIdx) << "." << timeBuf << m_fileNameSuffix; in CreateLogFile()
68 std::string m_fileNameSuffix; variable