Looking for OnLog Event - log4net
Posted
by Mubashar Ahmad
on Stack Overflow
See other posts from Stack Overflow
or by Mubashar Ahmad
Published on 2010-04-12T12:20:19Z
Indexed on
2010/04/12
12:23 UTC
Read the original article
Hit count: 565
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?
© Stack Overflow or respective owner