-
I’m upgrading an xamarin project to Maui right now and am running into a weird problem. I was using an older version of Shiny in Xamarin but also upgraded to the newest release for Maui. One big difference right now seems to be that Shiny provides a lot more debug information in the output console, which is obviously great but it also shows output for each received BLE Notification. The device I’m developing for sometimes (especially after the first connection) sends notifications every 15 or 7,5ms. This basically spams all my output window and even worse slows down the entire app when in debug mode. is it possible to adjust what debug messages are generated? Like an opt-in opt-out? Or is there something else I could do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
https://learn.microsoft.com/en-us/dotnet/core/extensions/logging?tabs=command-line#configure-logging |
Beta Was this translation helpful? Give feedback.
https://learn.microsoft.com/en-us/dotnet/core/extensions/logging?tabs=command-line#configure-logging