Adding Logging using Windsor

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!

One Response to “Adding Logging using Windsor”

  1. Steven R Says:

    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.

Leave a Reply