What is the best way to write an error log file on Windows-mobile?

What's the best way to write error log file on Windows-mobile?

I need C # code for this

Thanks in advance

+2


a source to share


1 answer


I would recommend using the EventLog class of the OpenNETCF.Diagnostics Smart Device Framework namespace for this. I prefer to use the Smart Device Framework simply because classes often try to mirror the names and functionality of their colleagues from the full .NET platform as well as the free community version as closely as possible :)



Documentation for the Smart Device platform is here .

+3


a source







All Articles