Searched refs:GetMinLogLevel (Results 1 – 7 of 7) sorted by relevance
115 old_log_level_ = GetMinLogLevel(); in OnEventsEnabled()
28 LogStateSaver() : old_min_log_level_(GetMinLogLevel()) {} in LogStateSaver()
408 int GetMinLogLevel() { in GetMinLogLevel() function413 return std::max(-1, LOG_INFO - GetMinLogLevel()); in GetVlogVerbosity()
229 BASE_API int GetMinLogLevel();345 ((::logging::LOG_ ## severity) >= ::logging::GetMinLogLevel())
112 if ((log_severity >= logging::GetMinLogLevel()) && in Log()
349 if (logging::GetMinLogLevel() == logging::LOG_VERBOSE) { in AddCommandLineArguments()
51 if (logging::LOG_INFO < logging::GetMinLogLevel()) in DumpData()107 if (logging::LOG_INFO < logging::GetMinLogLevel()) in DumpMockRead()