Tracing Framework
2 posts • Page 1 of 1
Tracing Framework
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
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
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
Thank you for blogging about PostSharp.
Gael
Gael Fraiteur, project leader
got good support? consider donating to the project.
got good support? consider donating to the project.
- gfraiteur
- Site Admin
- Posts: 673
- Joined: Tue Dec 18, 2007 3:09 pm
- Full Name: Gael Fraiteur
- Company: postsharp.org
2 posts • Page 1 of 1