Re: Programmatically setting Header

2007-11-14 Thread Ron Grabowski
Try calling ActivateOptions on the appender so it knows its configuration has changed. - Original Message From: Satish Musunuru <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, November 14, 2007 8:28:58 PM Subject: Programmatically setting

Programmatically setting Header

2007-11-14 Thread Satish Musunuru
Hi, I have all my log4net settings in a configuration file except for the header. This is because I want to output the product version information at the beginning of each log file. This version info is only available to me at runtime. How can I set the Header programmatically? I tried the foll