Steven Rockart did a great little post on using Windsor Interception to add logging to your code without polluting the code with actual log methods.
There are definitely not enough posts like this that explain the true value of Windsor.. nice post Steven!
May 16, 2007 at 11:43 am |
Thanks Shane! Now that I think about it, this approach may still be too intrusive for what I am using it for. I think I might change it to use DynamicProxy instead. I will post a follow-up post tonight.