Home | History | Annotate | Download | only in base

Lines Matching refs:min_log_level

17   int min_log_level = 0;
19 VlogInfo(std::string(), std::string(), &min_log_level)
22 VlogInfo("0", std::string(), &min_log_level).GetVlogLevel("test2"));
24 0, VlogInfo("blah", std::string(), &min_log_level).GetVlogLevel("test3"));
27 VlogInfo("0blah1", std::string(), &min_log_level).GetVlogLevel("test4"));
29 VlogInfo("1", std::string(), &min_log_level).GetVlogLevel("test5"));
31 VlogInfo("5", std::string(), &min_log_level).GetVlogLevel("test6"));
86 int min_log_level = 0;
87 VlogInfo vlog_info(kVSwitch, kVModuleSwitch, &min_log_level);
101 int min_log_level = 0;
102 VlogInfo vlog_info(std::string(), kVModuleSwitch, &min_log_level);