Topic: Question: for SmartInspect + AOP, do you recommend PostSharp or Unity?
Hi,
I'd like to know whether
I have a large project with a log of classes, spread out over a few projects, some of them remote (i.e. WCF). The classes as are a mixture of static and non-static.
I'd like to add logging for method entry/exit to the project.
Would it be easier to use PostSharp or Unity to add SmartInspect logging using AOP?
