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

Avoid string concat in log statements #11

Merged
merged 1 commit into from
Nov 27, 2013

Conversation

ryantenney
Copy link
Contributor

Update to Slf4j 1.7 to allow varargs, otherwise we have to do new Object[] {} to have more than 2 parameters in the log statement.

Update Slf4j to allow varargs, otherwise we have to do new Object[] {}
@kristofa
Copy link
Member

Cool, and I read the slf4j 1.7 api is 100% compatible with 1.6. So I'll merge it.
Thanks.

kristofa added a commit that referenced this pull request Nov 27, 2013
Avoid string concat in log statements + update to slf4j 1.7.5
@kristofa kristofa merged commit 70506d5 into openzipkin:master Nov 27, 2013
@ryantenney ryantenney deleted the logging branch December 2, 2013 13:39
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.

2 participants