I'm fairly new to iOS development, and I would like to create a simple Logging System in Swift for debugging purposes.
What I have so far is an app that asks the user for their username, password, and a unique key. It then sends that data to an API to authenticate, and the API sends back some data related to the user.
Everything works, I just want to create a Log that sends data to the Console App to help troubleshoot and debug in the near future, and progression of the app.
Any references or code samples would be greatly appreciated.
Thanks.