This question is related to this other question I recently asked...
http://stackoverflow.com/questions/417789/cf-net-exception-and-other-logging
I am generating log messages to be sent to a server using a webservice over a GPRS connection and I want to simply queue these messages in the case the connection to the server is not available. Later I may also want to batch them to save bandwidth. What is best (easiest) way of doing this using cf.net. I need the queue to be somehow persisted across app restarts and preferably across device restarts.
Does anyone have any advice? Or better still a code example :)
Many Thanks.