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

Named parameters in format strings #8

Open
lun3x opened this issue Sep 28, 2023 · 1 comment
Open

Named parameters in format strings #8

lun3x opened this issue Sep 28, 2023 · 1 comment

Comments

@lun3x
Copy link
Contributor

lun3x commented Sep 28, 2023

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

@oswal-dheeraj
Copy link

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 :)

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

No branches or pull requests

2 participants