Lines Matching refs:GetInstance
44 DebugLogger::GetInstance()->Reset();
49 DebugLogger::GetInstance()->Reset();
69 DebugLevel oldLevel = DebugLogger::GetInstance()->GetLogLevel();
84 if (fflush(DebugLogger::GetInstance()->file_) != 0) {
87 std::string log = ReadFileToString(DebugLogger::GetInstance()->logPath_);
97 DebugLogger::GetInstance()->SetLogLevel(oldLevel);
192 DebugLogger::GetInstance()->SetMixLogOutput(false);
224 LogLevelTest({"--logtag", "123", TEST_CMD_NOTHING}, DebugLogger::GetInstance()->GetLogLevel());
246 DebugLogger::GetInstance()->Disable(false);
258 DebugLogger::GetInstance()->Disable(false);
272 DebugLogger::GetInstance()->EnableHiLog(false);