Currently, Our Asp.Net web application is having 600+ pages. We have already implemented Microsoft Enterprise Library for Logging. But, problem is we have lot of navigation's in the application. When clients posted some issues, We are unable to find where code is failing.
So, Please suggest us some open source third party tool to Log every function call through out the application with less code changes in pages. Like, log every function from Global.asax or Some class in AppCode.
We have already using Log4net for some other purpose in the web application.
My idea is to log every function call without going to 600+ pages and make code changes. Is that possible?