I am wondering if any tool can help do noninvasive logging for a third party assembly library. Can log4net/Post开发者_StackOverflow中文版sharp do it?
Yes, there was a log4netpostsharp library but it hasn't been updated to the latest version of PostSharp so you need to do some custom aspects here most likely (very easy to do though).
An example for logging through trace and postsharp here.
精彩评论