grpc/test/cpp/ext
Tanvi Jagtap 6b3a670cb0 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36547)
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log

In this CL we are migrating from gRPCs own gpr logging mechanism to absl logging mechanism. The intention is to deprecate gpr_log in the future.

We have the following mapping
1. gpr_log(GPR_INFO,...) -> LOG(INFO)
2. gpr_log(GPR_ERROR,...) -> LOG(ERROR)
3. gpr_log(GPR_DEBUG,...) -> VLOG(2)

Reviewers need to check :
1. If the above mapping is correct.
2. The content of the log is as before.

gpr_log format strings did not use string_view or std::string . absl LOG accepts these. So there will be some elimination of string_view and std::string related conversions. This is expected.

Closes #36547

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36547 from tanvi-jagtap:test_cpp_ext_stats_plugin_tjagtap 8e80774fe1
PiperOrigin-RevId: 632020672
2024-05-08 21:23:26 -07:00
..
csm [CSM] Minor test modifications (#36564) 2024-05-08 14:08:57 -07:00
filters [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36547) 2024-05-08 21:23:26 -07:00
gcp [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
otel [CSM] Fix CSM Observability for trailers-only response (#36413) 2024-05-02 12:32:56 -07:00
BUILD [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00
chaotic_good_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 2024-04-29 17:06:40 -07:00