Difference between revisions of "Xamarin Forms"
From MgmtWiki
(→Logging) |
|||
| Line 4: | Line 4: | ||
===Logging=== | ===Logging=== | ||
* [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." | ||
==References== | ==References== | ||
[[Category:Best Practice]] | [[Category:Best Practice]] | ||
Revision as of 10:42, 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."