Where should you do regular logging in asp.net-mvc ? Should you use ELMAH?

Viewed 1307

I want to start logging when items get removed from my asp.net cache and i am trying to figure out where and how to do this.

i see that ELMAH is recommended for application wide exception handling logging system but can (and should) it also be used for regular logging instrumentation like the example above?

2 Answers
Related