Manually log errors?

Posted by Community Admin on 03-Aug-2018 05:18

Manually log errors?

All Replies

Posted by Community Admin on 05-May-2011 00:00

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?

Posted by Community Admin on 05-May-2011 00:00

Hi Basem,

Please check this post

www.sitefinity.com/.../where-is-telerik-utilities-log-exception.aspx

Kind regards,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed