Searched refs:logsPath (Results 1 – 1 of 1) sorted by relevance
51 LogPersisterRotator::LogPersisterRotator(const std::string& logsPath, uint32_t id, uint32_t maxFile… in LogPersisterRotator() argument53 : m_maxLogFileNum(maxFiles), m_logsPath(logsPath), m_fileNameSuffix(fileNameSuffix), m_id(id) in LogPersisterRotator()