Logging is a system used to record system logs, such as exceptions, events, and errors. Silverlight is an application running in the client browser. How does one implement siverlight logging?
Silverlight logging Implementation Method:
1. when a client exception is recorded on the server, a logging service is implemented on the server using the WCF Service or the WCF Ria service. The server can use a third-party log component, such as log4net. For detailed ideas and implementation, refer to the foreigner article.ArticleSilverlight Exception Handling using WCF Ria services and WCF services. This article details how to use the WCF Service and WCF Ria service on the server to record logs, A user-friendly prompt box is displayed on the client.
2. There are several frameworks to choose from: one is nlog (Recommendation, Silverlight example nlog siverlight example), one is clog (Silverlight example clog Silverlight example ).