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

refactor(udp): introduce log facade #1935

Merged
merged 1 commit into from
Aug 2, 2024
Merged

refactor(udp): introduce log facade #1935

merged 1 commit into from
Aug 2, 2024

Conversation

mxinden
Copy link
Contributor

@mxinden mxinden commented Jul 23, 2024

Add log facade that either dispatches to tracing or log, or to a no-op implementation.

As suggested in #1932 (review).

quinn-udp/src/lib.rs Outdated Show resolved Hide resolved
@mxinden
Copy link
Contributor Author

mxinden commented Jul 25, 2024

Good point @Ralith. Thanks. Mind taking another look?

quinn-udp/src/log.rs Outdated Show resolved Hide resolved
quinn-udp/src/log.rs Outdated Show resolved Hide resolved
quinn-udp/src/unix.rs Show resolved Hide resolved
quinn-udp/src/log.rs Outdated Show resolved Hide resolved
Add `log` facade that either dispatches to `tracing` or `log`, or to a no-op
implementation.
@mxinden
Copy link
Contributor Author

mxinden commented Aug 1, 2024

As discussed, I moved the log mod back into lib.rs. @djc would you mind taking another look?

@mxinden mxinden requested a review from djc August 1, 2024 14:51
@djc djc enabled auto-merge August 1, 2024 14:56
@djc djc disabled auto-merge August 2, 2024 21:42
@djc djc enabled auto-merge August 2, 2024 21:42
@djc djc added this pull request to the merge queue Aug 2, 2024
Merged via the queue into quinn-rs:main with commit 244b44d Aug 2, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants