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

Does the logging work with parameterized messages? #17

Open
beradrian opened this issue Feb 4, 2016 · 2 comments
Open

Does the logging work with parameterized messages? #17

beradrian opened this issue Feb 4, 2016 · 2 comments

Comments

@beradrian
Copy link

Something like logger.debug("Hello {1}", "world");. Also it would be good to actually log all the parameters, like logger.debug("Hello", "world", "!!!");

@jagretz
Copy link

jagretz commented Apr 5, 2019

I created something for this. Let me see about cleaning it up and getting an example posted for you.

[EDIT] ...just realized the date of this issue was several years ago 😄 still... I created some string interpolation utilities for this same purpose so I'll post when I clean up the code.

@stritti
Copy link
Owner

stritti commented Apr 7, 2019

PRs are still welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants