Cf.net exception and other logging

I want to add some logging features for the cf.net application running on WM6 Pro. I look at registration exceptions and some more sensitive sections of code. I would like to have logs stored both locally (for example, on the device) and securely upload them to the server (they must be queued, my application is sometimes connected).

Does anyone know if this is possible using log4net or will I need to write my own logging system? Does anyone have pointers?

+2
source share
3 answers

log4net, UDP appender . WM- ActiveSync , UDP ActiveSync , soft reset WM. - ( ).

log4net , , PITA Windows Mobile. Logger, TextWriter ( ) webservice . , , , .

+4

SQL CE (Compact Edition) supports replication. You can store exceptions locally and then synchronize the local data store with the central server when connected. Some details here .

0
source

All Articles