Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to implement exception and error logging in silverlight MVP patterns in version 4.0?
Posted

Hi there, may be you can start here: http://exception-management.com/Exception-Handling-In-Silverlight.html[^]

Then, you can implement something similar to this:
Best Practice logging pattern for Silverlight application[^]

Hope it helps.
 
Share this answer
 
Comments
Neena Panicker 20-Nov-12 22:14pm    
Hi,

Best Practice logging pattern for Silverlight application[^]

This is used for silverlight business application and its good.
But this solution is not implemented in my application.
it is used for NLog. How to use Log4Net?
AFAIK, Log4Net doesn't work with Silverlight, directly, at least.

So, you can try this one: CLog[^]

Regards
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900