I\'m trying to get some logging out of my app through Unified Logging (os_log)
Here\'s the initialization of the log:
var osLog : OSLog = OSLog(subsystem
Another pitfall: If you have set OS_ACTIVITY_MODE to disable in your scheme, then you will not see any logs for your app in console.
OS_ACTIVITY_MODE
disable
You have to remove or uncheck that argument.