How can I get the log file name in code? (So I can print it to the console)
My log file is define like this in app.config:
<appender name="RollingLogFileAppender"
type="log4net.Appender.RollingFileAppender">
<file value="logfile" />
...