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
Switch logging to use a new macro (URKLog), with an ifdef that uses the existing NSLog behavior on older OS versions. All logging should happen on a custom logger whose identifier is published on the readme. The macro should take the log level as the first argument, and insert it as a string into the NSLog fallback.
The text was updated successfully, but these errors were encountered:
The documentation is here: https://developer.apple.com/reference/os/1891852-logging
Switch logging to use a new macro (
URKLog
), with anifdef
that uses the existingNSLog
behavior on older OS versions. All logging should happen on a custom logger whose identifier is published on the readme. The macro should take the log level as the first argument, and insert it as a string into theNSLog
fallback.The text was updated successfully, but these errors were encountered: