Local Crash Logging in .NET MAUI mobile apps

I know there are several options for logging crashes in .NET MAUI mobile apps. Google Firebase Crashlytics API being among one of the most popular platforms. However, I wanted to implement a really si...