1

I am wondering if any tool can help do noninvasive logging for a third party assembly library. Can log4net/Postsharp do it?

user496949
  • 83,087
  • 147
  • 309
  • 426

1 Answers1

0

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.

Dennis Smit
  • 1,168
  • 8
  • 12