I need to find a way to configure log4net in code (C #) at the global application level, so that every time a particular line is displayed in a registered message (all levels or one selected level), an action delegate is called. This is apparently a pretty basic feature, but so far I have not been able to find any results.
Thank you Radek
source
share