Question

Any good logging libraries that support .NET compact framework?

Was it helpful?

Solution

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

OTHER TIPS

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

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

Read more here

NLog also supports .NET Compact Framework.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top