Adding logging without cluttering existing code

During software development, it is often required to add logging capability to specific objects. However, in order to support the future maintainability of the solution you may want to keep this logging functionality separate from the existing code. This post presents an approach which we have successfully deployed in the past to decorate…
Continue Reading Aidan O’leary’s Article on their blog
Adding Logging without cluttering existing code
During software development, it is often required to add logging capability to specific objects. However, in order to support the future maintainability of the solution you may want to keep this…
Blog Syndicated with Aidan O’leary’s Permission


