I have a MAUI application. I am using NLog to print logs to the device logs for Android and iOS. In Android I see my debug logs in the logcat through the adb console. However on iOS I don’t see my logs in both the Console as well as the DeviceLogs.
I have checked the Debug and Info flags on the Console options as suggested by others. But still the logs do not show up anywhere when using an iOS device. I have also run the sudo command to set the default log level to debug on the terminal.
Has anyone had success with using NLog to display logs in iOS?