Searched refs:log_scopes (Results 1 – 2 of 2) sorted by relevance
51 string log_scopes = cl->GetSwitchValueASCII(switches::kLogScopes); in SetLogLevelFromCommandLine() local52 shill::ScopeLogger::GetInstance()->EnableScopesByName(log_scopes); in SetLogLevelFromCommandLine()
160 std::string log_scopes(kCommonLogScopes); in SetLogging() local163 log_scopes += "+cellular"; in SetLogging()166 log_scopes += "+ethernet"; in SetLogging()169 log_scopes += "+vpn"; in SetLogging()172 log_scopes += "+wifi"; in SetLogging()175 log_scopes += "+wimax"; in SetLogging()178 SetLoggingInternal(kLogLevel, log_scopes); in SetLogging()