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

Add support for format strings. #1

Closed
wants to merge 1 commit into from

Conversation

Kami
Copy link

@Kami Kami commented May 1, 2011

log.error("Accepts format strings too ${SOME_VAR}", {SOME_VAR: "myvalue"});

Accepts format strings too ${SOME_VAR} -> Accepts format strings too myvalue

Should mostly work :)

@pquerna pquerna closed this in cbff993 Jul 17, 2011
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.

None yet

2 participants