You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I noticed that named parameters in format strings (https://doc.rust-lang.org/std/fmt/#named-parameters) don't work with the log macros in this crate. I was wondering if you've looked into this already, or if it is something planned for the future? Have a fairly large codebase I'm trying to test this library out on but we make heavy use of "{named_params}" so it's a bit more work than just swapping out tracing::info for quicklog::info
The text was updated successfully, but these errors were encountered:
Hey Louis, glad to see your interest in quicklog. At this point we have a bunch of changes that we are working on internally and we should be able to share them in the coming weeks. Co-incidentally, I happened to discuss this with a colleague yesterday and it is something we can look into.
Unfortunately I cannot commit whether we would be able to ship this in the first batch of changes but we will make every effort to do so.
PS: Saw your MR for the re-exports and it looks good - thanks for the help :)
Hi! I noticed that named parameters in format strings (https://doc.rust-lang.org/std/fmt/#named-parameters) don't work with the log macros in this crate. I was wondering if you've looked into this already, or if it is something planned for the future? Have a fairly large codebase I'm trying to test this library out on but we make heavy use of "{named_params}" so it's a bit more work than just swapping out tracing::info for quicklog::info
The text was updated successfully, but these errors were encountered: