Searched refs:logFilePath (Results 1 – 2 of 2) sorted by relevance
39 CRKLog::CRKLog(string logFilePath, string logFileName, bool enable) in CRKLog() argument48 if (!opendir(logFilePath.c_str())) { in CRKLog()51 if (logFilePath[logFilePath.size() - 1] != '/') { in CRKLog()52 logFilePath += '/'; in CRKLog()54 m_path = logFilePath; in CRKLog()
22 CRKLog(string logFilePath, string logFileName, bool enable = false);