是否可以将NLog与Windows 8.1应用程序一起使用。
我使用Nuget安装了NLog。将NLog添加到引用后我有错误:
Can not find type System.Collections.CollectionBase in module mscorelib.dll
如果无法为Windows 8.1应用程序推荐哪种记录器?
答案 0 :(得分:1)
System.Collections.CollectionBase在WinRT中不是受支持的命名空间:
http://msdn.microsoft.com/en-us/library/windows/apps/hh454064.aspx
有两种解决方案,我都没有使用过,所以我个人无法推荐,但你可以尝试一下:
1)https://code.msdn.microsoft.com/Logging-Sample-for-Windows-0b9dffd7 2)https://github.com/mbrit/MetroLog