Hi Everybody,
I have a log file created by log4net which changes every hour. Is there a way to know when this roll occurs? Like an event in the log4net lib to which I could bind, and perform an action when this event is fired ? I'm not looking for code samples, just to know if this event exists, and in that case his name.
Thanks in advance !
PS: the time is configurable in my app, so I can't simply use a timer...