Dear Devs
I am using Log4net to produce different kind of logs and using RollingFileAppenders which rolls on a given size.
Now i have a new requirement that a log should be visible on a windows form therefore i am looking for some event that can be handled on each log entry within my application so i can display that particular log entry in my form as well.
Or there may be some appender which gives such functionality.
Any idea on this?