Logging framework for Windows Store Apps

五迷三道 提交于 2019-12-12 16:59:17

问题


I'm looking to build logging and instrumentation into my windows store app, any recommendation around good logging frameworks for windows store apps? I know I can roll my own by writing to a file or Azure Storage, was curious if there is anything out there already


回答1:


Go for MetroLog.

MetroLog is a lightweight logging framework designed for Windows Store and Windows Phone 8 apps. Although the API is based on NLog and log4net, the intention is that it's a very basic logging system.




回答2:


You also can take a look at MarkedUp which provides both logging and analytics features. Usually it takes about 1 hour to see updated data on your dashboard there.

Update: MarkedUp is no longer working after Nov 30th, 2014




回答3:


Take a look at Google Analytics SDK for Windows 8 and Windows Phone

You can use it with Javascript and C#/XAML apps and get the common features that Google analytics provides for website tracking.



来源:https://stackoverflow.com/questions/18646299/logging-framework-for-windows-store-apps

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!