Manually log errors?
How do I manually log errors through the API? For example, in my catch statement below I want to put it through Sitefinity's error handling to get it written to the logs folder:
try
int
i = 1/0;
catch
(Exception ex)
//HANDLE ERROR?
Hi Basem,
Please check this post
www.sitefinity.com/.../where-is-telerik-utilities-log-exception.aspx
Kind regards,
Ivan Dimitrov
the Telerik team