user496949
user496949

Reputation: 86145

tools/library to do noninvasive logging

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

Upvotes: 1

Views: 139

Answers (1)

Dennis Smit
Dennis Smit

Reputation: 1178

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.

Upvotes: 0

Related Questions