Is anyone using log4net along with Sitefinity?
My development shop has been using log4net for quite awhile to handling logging for our applications. I am creating master pages, pages, and modules in SF, and would like to be able to add logging to the .cs code-behind files.
I have configured the SitefinityWebApp for log4net in the same way as all our other web applications, but it is not working. I am not getting errors, but I'm not getting logs, either.
NOTE: I just forgot to add the log4net magic code to the global.asax file. log4net is working for me now.