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

Add support for iOS 10 & macOS Sierra new OS Logging #4

Closed
NSProgrammer opened this issue Jun 15, 2016 · 1 comment
Closed

Add support for iOS 10 & macOS Sierra new OS Logging #4

NSProgrammer opened this issue Jun 15, 2016 · 1 comment

Comments

@NSProgrammer
Copy link
Collaborator

https://developer.apple.com/reference/os/1891852-logging

Apple's new logging system is a major improvement over NSLog, let's create a 3rd console output stream that will use os_log too. It will be left to developers consuming the framework to create a combo output stream that will use os_log for new OS versions and NSLog for old OS versions.

@NSProgrammer
Copy link
Collaborator Author

done

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