I have a new project that needs logging. It requires simple Log.Error(), and Log.Info(). There are NLog, and SeriLog, and maybe others. I want to find out which framework is more mature.
Can these loggings br captured on Device Log (in VS) or via adb logcat like the example below, in addition to saved to files.
https://docs.microsoft.com/en-us/xamarin/android/deploy-test/debugging/android-debug-log?tabs=vswin
https://serilog.net/
https://www.nuget.org/packages/serilog.sinks.Xamarin
https://github.com/serilog/serilog-sinks-xamarin
http://nlog-project.org/
https://martynnw.wordpress.com/2016/10/16/logging-with-nlog-in-xamarin-forms/
.NET 4.5+
Android 4.4/5.0 support