RE: multi process settings

2009-10-23 Thread David Gerler
Perhaps database logging would be better. From: Florin Daneliuc [mailto:florin.danel...@iquestint.com] Sent: Friday, October 23, 2009 8:26 AM To: Log4NET User Subject: RE: multi process settings I think you can also instruct the logger to try to acquire the lock of the file and release it

RE: multi process settings

2009-10-23 Thread Jordan JBO. Bouclet
But for example, isn't usable with a type="log4net.Appender.FileAppender"> L De : Florin Daneliuc [mailto:florin.danel...@iquestint.com] Envoyé : vendredi 23 octobre 2009 15:26 À : Log4NET User Objet : RE: multi process settings I think you can also instruct the logger

RE: multi process settings

2009-10-23 Thread Florin Daneliuc
From: Jordan JBO. Bouclet [mailto:jbouc...@scotler.fr] Sent: Friday, October 23, 2009 12:55 PM To: log4net-user@logging.apache.org Subject: RE: multi process settings Hi, I have got a problem with the settings of log4net about multi access on a file. My context : I'v got a dll wic

RE: multi process settings

2009-10-23 Thread Jordan JBO. Bouclet
Hi, I have got a problem with the settings of log4net about multi access on a file. My context : I'v got a dll wich log into a trace.log. That dll is used by 2 different programs. When the first create the instance of log4net, the 2nd one can't write into the trace.log. I can't find the right