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

If running iOS >= 10 or macOS >= 10.12, use built-in system logging #35

Closed
abbeycode opened this issue Nov 2, 2016 · 0 comments
Closed
Assignees
Milestone

Comments

@abbeycode
Copy link
Owner

The documentation is here: https://developer.apple.com/reference/os/1891852-logging

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.

abbeycode added a commit that referenced this issue Sep 6, 2017
…o the new macros for existing log statements (Issue #35)
abbeycode added a commit that referenced this issue Sep 6, 2017
@abbeycode abbeycode self-assigned this Sep 6, 2017
@abbeycode abbeycode added this to the 2.9 milestone Sep 6, 2017
abbeycode added a commit that referenced this issue Sep 7, 2017
…o the new macros for existing log statements (Issue #35)
abbeycode added a commit that referenced this issue Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant