So, I mentioned Xcode 15 beta console logging in my previous post β¦
With just NSLog statements (and without extra metadata options turned on) the console looks like the first screenshot.
But if you switch to unified logging (so that you can specify the type, subsystem, and category) for each log message, and then turn on the relevant metadata options in the Xcode 15 console, then the console logs look like the second screenshot π
So much better, right? And itβs so much easier to filter too! I think, Iβm going to find it hard to go back to Xcode 14.x now β¦ π
#Apple #WWDC2023 #Xcode15Beta #Console #LoggingBare console logs from Xcode 15β¦Xcode 15 beta console logs for β¦