Re: Shared log4net config file for multiple programs

2010-12-28 Thread kshah82
Hi Thanks for your reply. But we want to chage serverity level in configuration file at run time without restarting program. So, below apporach will not work for us. Can we provide custom attributes to tag in tag ? Dominik Psenner wrote: > > Hi, > > you could load the configuration from fi

Re: Shared log4net config file for multiple programs

2010-12-28 Thread kshah82
Hi, Please ignore my this query. Try to answer query which is having subject like "Multiple programs using common log4net config file ". Thanks, Kinnar Dominik Psenner wrote: > > Hi, > > you could load the configuration from file and alter it in each > program so that it fits your requiremen

Re: Shared log4net config file for multiple programs

2010-12-28 Thread kshah82
Dominik Psenner wrote: > > Hi, > > you could load the configuration from file and alter it in each > program so that it fits your requirements. You have full access to the > log4net logging system also in code. > > regards & happy new year, > d. > > 2010/12/27 kshah82 : >> Hi, Currently we a

Re: Shared log4net config file for multiple programs

2010-12-28 Thread kshah82
Hi, Please ignore this query posted by me. Try to give answer query which is having subject like "Multiple programs using common log4net config file " Thanks in advance, Kinnar Dominik Psenner wrote: > > Hi, > > you could load the configuration from file and alter it in each > program so tha

Re: Shared log4net config file for multiple programs

2010-12-28 Thread Dominik Psenner
Hi, you could load the configuration from file and alter it in each program so that it fits your requirements. You have full access to the log4net logging system also in code. regards & happy new year, d. 2010/12/27 kshah82 : > Hi, Currently we are having 2 programs which are using centralized l

Multiple programs using common log4net config file

2010-12-28 Thread kshah82
Hi, We are having 2 programs which is sharing log4net configuration file. In this log4net configuration file which we have define two appenders namely "RollingFileAppender" and "EventLogAppender". We are referencing this appender at root level logger. There may be the case when we define separate