My sharepoint site is in production/ QA so now i need to do some trace activity to find the logs. Instead of using log file i need ot have seperate trace. what king of approach i need to use to achive this?. we dont have acesss to the log file to see it in production thats why i am following this option. My idea: So when ever my code breaking it will go to catch statement so i need to call one method that will update one hidden list of the site with th log details. But the problem here is all have rights to see the list its not good, Also if we have more issue in clde then the new item will getting added to the list it will be performace issue.
Is there any other best idea?