I have a RollingFileAppender that rolls over the log file when it reaches a specified file size. This works great.
Is there a way to have log4net insert a header at the top of each newly created log file? Alternatively, is there a way to be notified by log4net when a roll over occurs so that I can write this header myself?