It would be a lot more helpful to use other logging mechanism than print as we could get logs stored in the iOS or macOS stores and then fetch them for troubleshooting issues.
Andrzej Wójcik (Tigase) commented 4 years ago
New API is created in separate project (for reusing in tigase-sqlite3.swift) and I've replaced all usages of old logging API and prints in TigaseSwift with a usage of a new API.
It would be a lot more helpful to use other logging mechanism than
print
as we could get logs stored in the iOS or macOS stores and then fetch them for troubleshooting issues.