Hi,
I watched the WWDC 2016 session regarding the unified and I now understand how that works. The only problem is that by using os_log_info and os_log_debug, it doesn't print out those logs on the legacy Console app, or the device logs from Windows > Device and Simulators in Xcode.
This is not an issue for me but for our QAs using the said app from their Mac and PC, though for PC, I'm not even sure if there's an app that can get those kinds of logs. They're using the Lemonjar's iOS Console, which outputs the same device logs as the one from Windows > Device and Simulators in Xcode
We're currently using the Cocoalumberjack's DDOSLogger to perform the os logging. Maybe doing asl logging would be better in this case, which eventually uses os_log
Advice?