If you are only looking for logging of exceptions that make it back to the user, try ELMAH:
http://code.google.com/p/elmah/
On the other hand, if you are looking to track the activity in you app, you can certainly try log4net. I prefer nLog myself, you can find it here:
http://www.nlog-project.org/
Both of these are open source.