Reputation: 10247
Reading this today, and probably embarking on a Xamarin solution very soon (the other possibility is "going native" with just Android, using Android Studio), I got to wondering:
Can ELMAH be used in Xamarin solutions?
And, in fact, if the road less taken (Android Studio) is chosen, what tool is there for Android/Java projects that that most closely resembles ELMAH's advantages?
Upvotes: 0
Views: 446
Reputation: 21
It does:
Although the Elmah.IO NuGet's latest release doesn't support Xamarin.Forms cross-platform logging, I have used it in my Android/iOS/UWP projects' exception handling separately by following instructions here.
Here you can find out descriptions about the pre-release elmah.io for Xamarin and Xamarin.Forms.
Upvotes: 2
Reputation: 89102
No. ELMAH is very specifically targeted for ASP.NET.
Error/crash logging solutions for Xamarin include Raygun, Crashlytics, and TestFlight.
Upvotes: 1