views:

677

answers:

5

Any good logging libraries that support .NET compact framework?

A: 

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

Read more here

rudigrobler
+4  A: 

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

Al
Have you tried it on Compact Framework... I see it is supported! Tnx!!!
rudigrobler
+1  A: 

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

borisCallens
A: 

NLog also supports .NET Compact Framework.

saku
A: 

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