Mark,

I believe you can do something like:

log4net.ILog log = log4net.LogManager.GetLogger("LoggerName");
log4net.Repository.Hierarchy.Logger mylogger = log.Logger as
log4net.Repository.Hierarchy.Logger;
mylogger.Additivity = false;

Best regards
Georg
www.l4ndash.com - log4net Dashboard, Log analysis and monitoring made easy!



-----Original Message-----
From: Mark Willis [mailto:[EMAIL PROTECTED] 
Sent: 2. september 2008 13:04
To: [email protected]
Subject: Additivity flag question


Hello,
I'd like to control the Additivity flag programmatically. I know that it
can be changed from the config file but want to change it within a
program. The flag is a parameter of the Logger class but not on the ILog
interface. If possible, what's the preferred method of doing this?
Thanks in advance,
Mark


Reply via email to