You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes compilation issues on Swift 1.2
I had to add the 'context' and 'tag' parameters to DDLogXXX
functions to make it compile. It seems that this is a bug in
the Swift compiler with optional arguments and the use
of @autoclosure.