I'm trying to log function arguments into os_log like this: func foo(x: String, y: [String:String]) { //... os_log("…
swift oslogNote: This is not a duplicate of the linked questions Goal: I am not looking for a print vs NSLog …
ios swift xcode error-logging oslog