|
|
|
Josh Korn
Community Member
|
|
I'm doing a presentation on AOP in a few days, and PostSharp will be its centre-piece.
I'd like to illustrate some details of how PostSharp actually works. One very useful way would be to have the weaver output some details of what it's doing (by default, it totals about two lines).
Is there a setting somewhere that will allow me to do this?
I've (obviously) looked at PostSharp-Library.config, and modified the Trace settings, but they don't seem to have any effect. So is there some other setting in some other location that would do the trick?
Thanks in advance Josh
|
|
|
|
|
Gael Fraiteur
SharpCrafters
|
|
Josh,
The easiest way to get more verbose output is to use PostSharp 2.0. There is a program called "PostSharp Diagnostic Console". It will execute PostSharp Diagnostic build (by default, the Release build is executed) and show you the right command line.
-gael
|
|
|
|