Thank you so much. I'm also developing MAUI App and I want to implement logging and file persistence logs but if you notice that to access these file logs is a bit complicated for the end-user. What would you recommend to add in the App to access these logs and send it to the developer or any other approaches ?
@faridulhuk12484 ай бұрын
Hi Thank you for nice explanation. where to find generated log file in the android emulator and in the android device.
@abhaynath58336 ай бұрын
This was really really helpful video. Turned out I was using serilog wrong way. I had been referencing ILogger from serilog instead of Ilogger from Microsoft logging package.
@jithin.johnson5 ай бұрын
Serilog.Sinks.Console works, but not when you run from the terminal using the .NET cli. I use Rider, and this particular sink helps in displaying the logs in the console below.