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

Have the Swift debug functions not take variable arguments. #449

Merged
merged 1 commit into from
Feb 7, 2015

Conversation

MaddTheSane
Copy link
Contributor

Now, if you need to pass a string that does use valists under Swift, either switch to using them in a string constant ( "(aVal)" ), or creating a string manually that uses it ( String(format: "%@", aVal) ).

Should fix #448.

Now, if you need to pass a string that does use valists under Swift, either switch to using them in a string constant ( "\(aVal)" ), or creating a string manually that uses it ( String(format: "%@", aVal) ).
rivera-ernesto pushed a commit that referenced this pull request Feb 7, 2015
Have the Swift debug functions not take variable arguments.
@rivera-ernesto rivera-ernesto merged commit 13a0558 into CocoaLumberjack:master Feb 7, 2015
@bpoplauschi bpoplauschi added this to the 2.0.0 milestone Feb 9, 2015
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.

Swift integration crashing on formatter
3 participants