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

Fix missing deletion of custom Logger #503

Merged
merged 1 commit into from
Mar 25, 2020

Conversation

alexsmac
Copy link
Contributor

@alexsmac alexsmac commented Dec 2, 2019

  • If the user specifies a custom Logger via SetLogger(), the docs state
    that the logging module takes ownership of it. Prior to this change,
    the logging library was not deleting a custom logger when the
    LogDestination which owns it was destroyed.

- If the user specifies a custom Logger via SetLogger(), the docs state
  that the logging module takes ownership of it.  Prior to this change,
  the logging library was not deleting a custom logger when the
  LogDestination which owns it was destroyed.
@alexsmac alexsmac force-pushed the fix-custom-logger-deletion branch from 9dd7776 to 0a6704b Compare December 2, 2019 16:55
@alexsmac alexsmac requested a review from sergiud January 19, 2020 19:31
@sergiud sergiud merged commit 28321d8 into google:master Mar 25, 2020
@sergiud sergiud mentioned this pull request Mar 25, 2020
@sergiud sergiud added this to the 0.5 milestone Mar 30, 2021
@sergiud sergiud mentioned this pull request May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants