It seems that because the OSLogWriter wraps os_log, all log messages are handled as format arguments and thus when not actively debugging an app. This substantially reduce the value of release build os_log. It also makes it impossible to separate a developer's own formatted arguments from accompanying static text.
It seems that because the OSLogWriter wraps os_log, all log messages are handled as format arguments and thus when not actively debugging an app. This substantially reduce the value of release build os_log. It also makes it impossible to separate a developer's own formatted arguments from accompanying static text.