Silverlight Logging framework and/or best practices
Now that Silverlight 2 has finally shipped. I'm wondering if anyone has put together any logging frameworks for it, maybe something like enterprise library logging or log4net ? I'm interesting in something that can perform tracing client side and also log messages to the server. So far the only project I have found is Clog on CodeProject . Has anyone used this? What were your thoughts on it? I am about to delve into something similar myself for a product we've written. I'm considering using PostSharp for Silverlight to add client-side logging as an aspect. I have used the NLog project with