vote up 1 vote down star

Any good logging libraries that support .NET compact framework?

flag

5 Answers

vote up 3 vote down check

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

link|flag
Have you tried it on Compact Framework... I see it is supported! Tnx!!! – rudigrobler Oct 16 '08 at 7:14
vote up 1 vote down

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

link|flag
vote up 0 vote down

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

Read more here

link|flag
vote up 0 vote down

NLog also supports .NET Compact Framework.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.