Why no Debug implementation on Logger? #79
Unanswered
Nicholas-Clavette
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Having a I think it's fine to directly lock |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
Loving this crate, thanks for the hard work. We are storing
Logger
s as members in a project. We are liberally using#[derive(Debug)]
as we develop. Without aDebug
implementation onLogger
, we can't easily derive it on our structs.I am wondering if there is any reasoning here to not have
Debug
implemented onLogger
? It could be as simple as:Thoughts?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions