8000 [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function by tanvi-jagtap · Pull Request #36844 · grpc/grpc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function #36844

Closed

Conversation

tanvi-jagtap
Copy link
Contributor
@tanvi-jagtap tanvi-jagtap commented Jun 7, 2024

[Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function

Adding a warning for users of gpr_set_log_function.

This function will be deleted soon.
grpc/proposal#425

Other options considered ( and discarded )

  1. Using DFATAL instead of ERROR. Discarded this because we still have one critical unit test to clean up before we delete gpr_set_log_function. This test will fail if we use DFATAL. EXPECT_DFATAL macro is not available to be used.
  2. Considered making a new absl log sink , and then that log sink should have a function pointer with the same signature as gpr_log_func. This function pointer can be set from gpr_set_log_function. However if this custom function uses absl from within it, that will cause infinite recursion. Made me drop the idea.

@tanvi-jagtap tanvi-jagtap added the release notes: no Indicates if PR should not be in release notes label Jun 7, 2024
@tanvi-jagtap tanvi-jagtap requested a review from ctiller June 7, 2024 10:36
@tanvi-jagtap tanvi-jagtap added release notes: yes Indicates if PR needs to be in release notes and removed release notes: no Indicates if PR should not be in release notes labels Jun 7, 2024
@tanvi-jagtap tanvi-jagtap marked this pull request as ready for review June 7, 2024 10:37
@copybara-service copybara-service bot closed this in cd595a8 Jun 8, 2024
@tanvi-jagtap tanvi-jagtap deleted the assert_gpr_set_log_function branch June 9, 2024 07:37
sourabhsinghs pushed a commit to sourabhsinghs/grpc that referenced this pull request Sep 26, 2024
…g_function (grpc#36844)

[Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function

Adding a warning for users of gpr_set_log_function.

This function will be deleted soon.
grpc/proposal#425

Other options considered ( and discarded )
1. Using DFATAL instead of ERROR. Discarded this because we still have one critical unit test to clean up before we delete gpr_set_log_function. This test will fail if we use DFATAL. EXPECT_DFATAL macro is not available to be used.
2. Considered making a new absl log sink , and then that log sink should have a function pointer with the same signature as gpr_log_func. This function pointer can be set from gpr_set_log_function. However if this custom function uses absl from within it, that will cause infinite recursion. Made me drop the idea.

Closes grpc#36844

COPYBARA_INTEGRATE_REVIEW=grpc#36844 from tanvi-jagtap:assert_gpr_set_log_function 805de35
PiperOrigin-RevId: 641473969
paulosjca pushed a commit to paulosjca/grpc that referenced this pull request Nov 25, 2024
…g_function (grpc#36844)

[Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function

Adding a warning for users of gpr_set_log_function.

This function will be deleted soon.
grpc/proposal#425

Other options considered ( and discarded )
1. Using DFATAL instead of ERROR. Discarded this because we still have one critical unit test to clean up before we delete gpr_set_log_function. This test will fail if we use DFATAL. EXPECT_DFATAL macro is not available to be used.
2. Considered making a new absl log sink , and then that log sink should have a function pointer with the same signature as gpr_log_func. This function pointer can be set from gpr_set_log_function. However if this custom function uses absl from within it, that will cause infinite recursion. Made me drop the idea.

Closes grpc#36844

COPYBARA_INTEGRATE_REVIEW=grpc#36844 from tanvi-jagtap:assert_gpr_set_log_function 805de35
PiperOrigin-RevId: 641473969
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0