Searched refs:UpdateLogLevel (Results 1 – 2 of 2) sorted by relevance
149 enum class UpdateLogLevel { enum181 static bool JudgeLevel(const UpdateLogLevel& level);183 static void SetLogLevel(const UpdateLogLevel& level) in SetLogLevel()188 static const UpdateLogLevel& GetLogLevel() in GetLogLevel()196 static UpdateLogLevel level_;201 if (UpdateHelper::JudgeLevel(UpdateLogLevel::LEVEL)) \
40 UpdateLogLevel UpdateHelper::level_ = UpdateLogLevel::UPDATE_INFO;195 bool UpdateHelper::JudgeLevel(const UpdateLogLevel& level) in JudgeLevel()197 const UpdateLogLevel& curLevel = UpdateHelper::GetLogLevel(); in JudgeLevel()