Silverlight Event Log in Isolated Storage

允我心安 提交于 2019-12-06 16:32:39

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

Crypto Logger supports Silverlight apps and libraries and it can log to its UI console via TCP, to isolated storage and also to the Browser Console (like Firebug in FireFox) or the in-built one in IE8.

From the MSDN article on IsolatedStorageSettings and IsolatedStorageFile

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!