os_log api is being called in xcproj but was not able to see any logs in the console. It used to work in Xcode 12.x after I used Xcode13 RC then not able to see logs in the console
os_log("%{public}@", log: log, type: type, message)
not logging any data to console