Logging Library for .NET Compact Framework? [closed]

为君一笑 提交于 2019-12-13 14:14:43

问题


Any good logging libraries that support .NET compact framework?


回答1:


log4net is a good choice, I use it for all projects.




回答2:


Nlog does too. There are some functionalities not available in compact network (logging of Exception instances out of the box for example).




回答3:


log4net actually supports compact framework 1.0, will try it out!

Read more here




回答4:


NLog also supports .NET Compact Framework.




回答5:


Log4net is the best option, but it doesn't have Zip log feature.



来源:https://stackoverflow.com/questions/207650/logging-library-for-net-compact-framework

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