Ive added postsharp to a .net logging application which is a library to be used by other .net projects for logging their logs. I want the aspect created in this library to be available in the applications using that library. How do I achieve that?
Asked
Active
Viewed 28 times
0
-
making the aspect public won't do what you want? – Batavia May 20 '16 at 05:18
-
Do you instrument projects referencing your aspect library by PostSharp? – Jakub Linhart May 20 '16 at 08:13