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 log4n
I'm using a JavaScript windows and making it scriptable in Silverlight. For "production", I can turn this window off but still save the log lines into memory, then if something goes wrong, send that off to the server. That way I get the best of both worlds - Simple, real-time logging on the client for debugging and logs for remote post-mortem situations that users may encounter.