Difference between revisions of "Xamarin Forms"
From MgmtWiki
(→Logging) |
(→Logging) |
||
| Line 5: | Line 5: | ||
* [https://devblogs.microsoft.com/xamarin/enhanced-device-logging-in-visual-studio/ Enhanced Device Logging in Visual Studio] | * [https://devblogs.microsoft.com/xamarin/enhanced-device-logging-in-visual-studio/ Enhanced Device Logging in Visual Studio] | ||
* [https://forums.xamarin.com/discussion/23832/logging-with-xamarin-pcl Logging with Xamarin PCL] also includes some comments on best practice with Xamarin Forms. For example: "NLog works just fine with Android and iOS projects. For UWP you can use MetroLog which is very similar with NLog but on a smaller scale." | * [https://forums.xamarin.com/discussion/23832/logging-with-xamarin-pcl Logging with Xamarin PCL] also includes some comments on best practice with Xamarin Forms. For example: "NLog works just fine with Android and iOS projects. For UWP you can use MetroLog which is very similar with NLog but on a smaller scale." | ||
| + | * [https://github.com/serilog/serilog-sinks-xamarin Serilog.Sinks.Xamarin] writes Serilog events to the console of Xamarin.iOS (NSLog) / Xamarin.Android (AndroidLog). | ||
==References== | ==References== | ||
[[Category:Best Practice]] | [[Category:Best Practice]] | ||
Revision as of 16:09, 31 May 2019
Contents
Full Title
Solutions
Logging
- Enhanced Device Logging in Visual Studio
- Logging with Xamarin PCL also includes some comments on best practice with Xamarin Forms. For example: "NLog works just fine with Android and iOS projects. For UWP you can use MetroLog which is very similar with NLog but on a smaller scale."
- Serilog.Sinks.Xamarin writes Serilog events to the console of Xamarin.iOS (NSLog) / Xamarin.Android (AndroidLog).