Lines Matching refs:gpr_log
174 gpr_log(GPR_ERROR, "Error in parsing test case string: %s", it->c_str()); in ParseTestCasesString()
183 gpr_log(GPR_ERROR, "Unknown test case: %s", test_name.c_str()); in ParseTestCasesString()
197 gpr_log(GPR_INFO, "server_addresses: %s", FLAGS_server_addresses.c_str()); in LogParameterInfo()
198 gpr_log(GPR_INFO, "test_cases : %s", FLAGS_test_cases.c_str()); in LogParameterInfo()
199 gpr_log(GPR_INFO, "sleep_duration_ms: %d", FLAGS_sleep_duration_ms); in LogParameterInfo()
200 gpr_log(GPR_INFO, "test_duration_secs: %d", FLAGS_test_duration_secs); in LogParameterInfo()
201 gpr_log(GPR_INFO, "num_channels_per_server: %d", in LogParameterInfo()
203 gpr_log(GPR_INFO, "num_stubs_per_channel: %d", FLAGS_num_stubs_per_channel); in LogParameterInfo()
204 gpr_log(GPR_INFO, "log_level: %d", FLAGS_log_level); in LogParameterInfo()
205 gpr_log(GPR_INFO, "do_not_abort_on_transient_failures: %s", in LogParameterInfo()
210 gpr_log(GPR_INFO, "%d:%s", ++num, it->c_str()); in LogParameterInfo()
217 gpr_log(GPR_INFO, "%d. TestCaseType: %d, Weight: %d", ++num, test_case, in LogParameterInfo()
227 gpr_log(GPR_ERROR, "log_level should be an integer between %d and %d", in main()
245 gpr_log(GPR_ERROR, "No test cases supplied"); in main()
251 gpr_log(GPR_ERROR, "Error in parsing test cases string %s ", in main()
261 gpr_log(GPR_INFO, "Starting test(s).."); in main()
284 gpr_log(GPR_INFO, "Starting test with %s channel_idx=%d..", it->c_str(), in main()