Re: [log4net][log4php] Xml Config file

2017-08-11 Thread Mikael Ståldal
s, just what I hope I explain now better. Saludos, Jose -Mensaje original- De: Dominik Psenner [mailto:dpsen...@gmail.com] Enviado el: martes, 8 de agosto de 2017 14:45 Para: dev@logging.apache.org Asunto: RE: [log4net][log4php] Xml Config file There is at the moment only the idea of a com

RE: [log4net][log4php] Xml Config file

2017-08-08 Thread Domínguez Moraleja , Jose Luis
appenders or other things, I'm not talking about this, just what I hope I explain now better. Saludos, Jose -Mensaje original- De: Dominik Psenner [mailto:dpsen...@gmail.com] Enviado el: martes, 8 de agosto de 2017 14:45 Para: dev@logging.apache.org Asunto: RE: [log4net][log4php]

RE: [log4net][log4php] Xml Config file

2017-08-08 Thread Dominik Psenner
- > De: Dominik Psenner [mailto:dpsen...@gmail.com] > Enviado el: lunes, 7 de agosto de 2017 21:16 > Para: dev@logging.apache.org > Asunto: Re: [log4net][log4php] Xml Config file > > To me this sounds rather strange because it sounds like a mix-up of > unrelated applications.

RE: [log4net][log4php] Xml Config file

2017-08-07 Thread Domínguez Moraleja , Jose Luis
t think it is the right way to do things. Saludos, Jose -Mensaje original- De: Dominik Psenner [mailto:dpsen...@gmail.com] Enviado el: lunes, 7 de agosto de 2017 21:16 Para: dev@logging.apache.org Asunto: Re: [log4net][log4php] Xml Config file To me this sounds rather strange beca

Re: [log4net][log4php] Xml Config file

2017-08-07 Thread Dominik Psenner
To me this sounds rather strange because it sounds like a mix-up of unrelated applications. Let me explain my reasoning.. Typically, log4net would run on an entirely different machine than where log4php runs (i.e. apache2). At least it would not coexist within an apache2 process since apache2 woul

Re: [log4net][log4php] Xml Config file

2017-08-07 Thread Matt Sicker
I'm guessing that there are two separate applications running that want to use the same configuration. Such an idea wouldn't allow for logging to the same file all that well (synchronization issues), but being able to use the same config file across different languages would be nice. On 7 August 2

Re: [log4net][log4php] Xml Config file

2017-08-07 Thread Dominik Psenner
You have an application that both runs log4net AND log4php in the same process? On 7 Aug 2017 12:51 p.m., "Domínguez Moraleja, Jose Luis" < jldomingue...@sice.com> wrote: > I'm working in a project and we want to use this two libraries log4php and > log4net. > > We want to use just one configurat