Skip to content

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

@abbeycode

Description

@abbeycode

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

Switch logging to use a new macro (UZKLog), 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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions