问题
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