Search code examples
c#.netloggingcommon.logging

Common.Logging - how to get callback on log writing?


I have a library, which uses Common.Logging. I need to get my code called when any write to it's log occurs.


Solution

  • Setting my own adapter into LogManager.Adapter worked ok.