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
Log types .debug and .info are by default memory only (not saved on disk) so it won't be visible on the device console.
.debug
.info
Detailed info: https://developer.apple.com/documentation/os/logging?language=objc
Also here is pretty nice WWDC: https://developer.apple.com/videos/play/wwdc2016/721/