Tracing Framework

Share with us how you use PostSharp, or how you would like to use it.

Tracing Framework

Postby obiwanjacobi on Tue Apr 15, 2008 3:56 pm

Well, perhaps not the most original application of PostSharp/Laos but I did it anyway.

I had this tracing framework lying around for some time now and I just could not find a suitable aspect weaver for it (to transparently remove all custom code). I even took a stab at writing my own (very specialized) static aspect weaver using Mono.Cecil which I abandoned when I understood the complexities with dealing with raw IL (I realized then, that perhaps an extensible compiler would be superb).

So thank you very much for PostSharp and Laos! It really made the vision possible of using aspect attributes in a completely transparent way.

Read the blog on how I used PostSharp/Laos (and follow the link back to read more on the framework itself)
http://bloggingabout.net/blogs/marc/arc ... sharp.aspx

Grtx,
Marc Jacobi
http://bloggingabout.net/blogs/marc
obiwanjacobi
 
Posts: 1
Joined: Mon Mar 31, 2008 5:38 pm
Full Name: Marc Jacobi

Re: Tracing Framework

Postby gfraiteur on Tue Apr 15, 2008 6:04 pm

Indeed, tracing is to AOP what 'Hello, world' is to general programming. But anyway: it's a real problem and it's nice we have better techniques to solve it :).

Thank you for blogging about PostSharp.

Gael
Gael Fraiteur, project leader
got good support? consider donating to the project.
gfraiteur
Site Admin
 
Posts: 608
Joined: Tue Dec 18, 2007 3:09 pm
Full Name: Gael Fraiteur
Company: postsharp.org


Return to What To Do With PostSharp?