views:

595

answers:

1

Has anyone written an event log that uses Isolated Storage in Silverlight 3? Any suggestions on implementing one?

Specific questions:

  1. Should I keep a stream writer open, or should I open,write, and close for each entry?
  2. How should I remove items from the log atomically?
+2  A: 

I heard clog from codeplex is pretty good although it targets wcf, i read on codeproject about about a log4net approach that works for silverlight, although both of these log 2 wcf services, im sure with a bit of tweaking you can modify this to write to isolated storage

Neil