grpc/src/cpp/ext
Tanvi Jagtap 301bb28782 [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36880)
[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 #36880

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36880 from tanvi-jagtap:src_cpp_folder_gpr_log e6e795f469
PiperOrigin-RevId: 642436269
2024-06-11 16:54:37 -07:00
..
csm [reorg] move lib/json -> util/json (#36645) 2024-05-23 19:51:49 -07:00
filters/census [context] Remove `grpc_call_context_element` (#36793) 2024-06-03 09:16:05 -07:00
gcp [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36880) 2024-06-11 16:54:37 -07:00
otel [OTPlugin] Per-channel OpenTelemetry plugin (#36729) 2024-06-10 14:52:57 -07:00
chaotic_good.cc [security] Reland: Refactor credentials types to remove special handling for insecure creds (#36242) 2024-04-04 09:20:02 -07:00
chaotic_good.h [chaotic-good] Credential implementation (#35884) 2024-02-12 14:21:08 -08:00
proto_server_reflection.cc [reflection] Add v1 reflection (#34599) 2023-10-06 11:40:31 -07:00
proto_server_reflection.h [Build] Fix proto includes (#35345) 2023-12-19 09:09:56 -08:00
proto_server_reflection_plugin.cc [reflection] Add v1 reflection (#34599) 2023-10-06 11:40:31 -07:00