You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-user@logging.apache.org by cagespear <ca...@gmail.com> on 2009/06/23 08:22:56 UTC

How to know current log file name while using log4net RollingfileAppender

I am using Log4Net library in my wcf service and logging using
RollingLogFileAppender.

I am not able to find way to know what is the log file name which is being
used when logs are written using RollingLogFileAppender.

I am creating log file path/name using -

<file type="log4net.Util.PatternString" value =
"\\nt1\temp\%env{COMPUTERNAME}_[%processid].log">

I want to use this filename generated on runtime in the email which is sent
on any error THRESHOLD using SMTPAppender so that we can easily traverse to
the file and see detailed logs.

Thanks in advance!

Regards 
Amit
-- 
View this message in context: http://www.nabble.com/How-to-know-current-log-file-name-while-using-log4net-RollingfileAppender-tp24160574p24160574.html
Sent from the Log4net - Users mailing list archive at Nabble.com.