RE: Multiple configuration files - single contra multiple hierarchies

2003-07-02 Thread Thomas Muller
OTECTED] | Sent: 01 July 2003 16:56 | To: Log4J Users List; [EMAIL PROTECTED] | Subject: AW: Multiple configuration files - single contra multiple | hierarchies | | | Thomas, | | I think I have done what you are trying to do - although I used | property files and not XML. For my application I have

AW: Multiple configuration files - single contra multiple hierarchies

2003-07-01 Thread Fruechtenicht, Torben
An: [EMAIL PROTECTED] > Betreff: Multiple configuration files - single contra multiple > hierarchies > > > Fellow Log4j users, > > Would appreciate some input on how to design a solution for a > problem I'm > facing regarding multiple Log4j configuration files.

Multiple configuration files - single contra multiple hierarchies

2003-06-30 Thread Thomas Muller
Fellow Log4j users, Would appreciate some input on how to design a solution for a problem I'm facing regarding multiple Log4j configuration files. One of the modules in our system (the module consists of a significant number of classes) is in the process of being redesigned such that the system c

RE: Multiple Configuration Files

2002-03-21 Thread Collier, Mike
ailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 2:45 PM To: Log4J Users List Subject: Re: Multiple Configuration Files At 11:56 AM 3/21/2002 -0500, you wrote: > I am trying to configure Log4J with two configuration files. The >reason for this is as follows: Michael, I've been

Re: Multiple Configuration Files

2002-03-21 Thread Michael Rimov
At 11:56 AM 3/21/2002 -0500, you wrote: > I am trying to configure Log4J with two configuration files. The >reason for this is as follows: Michael, I've been doing multiple config files without much of a problem at all. As long as the root is only defined in one file, and also that th

Multiple Configuration Files

2002-03-21 Thread Collier, Mike
I am trying to configure Log4J with two configuration files. The reason for this is as follows: I am trying to use the JMSAppender to send log messages to a topic, and a Message Driven Bean to process messages received from that topic. I would like to be able to configure (bas

RE: Configuring log4j from multiple configuration files

2002-03-12 Thread tamir
Hi, I read the explanation for multiple configuration files, and it was very good. However, my question, is how log4j behaves when it's reloaded because of tomcat auto-reload option. Should it be just like reloading again from the same file ? In that case the previous and the new configur

Re: Configuring log4j from multiple configuration files

2002-03-11 Thread Ceki Gülcü
Hello Darren, This is from the log4j book (soon to be published). I hope it helps: Reloading of a configuration file or reconfiguration of log4j from a different configuration file is allowed and is also thread safe. The crucial point to remember is that invoking any of the log4j configurators d

Configuring log4j from multiple configuration files

2002-03-11 Thread Gemoets, Darren
Hello all. I'm a new log4j user and ran into a problem setting up my configuration from multiple (two) files. I was wondering if anyone had any thoughts/suggestions. What I'd like to do is set "default" configuration from one file (preferably referred to by -Dlog4j.configuration), and then read

Multiple configuration files

2002-02-18 Thread Rathod, Manoj (CAP, GEFA, Contractor)
Hi log4j experts, Im a new on log4j technology. So please help me with a problem. Im trying to read multiple configuration files for logging events in mulitiple LOG files. However Im not able to do so... Please respond asap. Regards, Manoj Rathod -- To unsubscribe, e-mail: <mailto:[EM

Re: Multiple Configuration Files?

2001-03-25 Thread Paul Glezen
Andrew Sealy-Bell wrote: > > I have just started using Log4J very recently and it looks great. I have > just two question, iIs it recommended using just one configuration file per > logging class? also, how would I switch-off say cat.debug via XJML. > Hi Andrew, Presently, log4j property con

Multiple Configuration Files?

2001-03-22 Thread Andrew Sealy-Bell
I have just started using Log4J very recently and it looks great. I have just two question, iIs it recommended using just one configuration file per logging class? also, how would I switch-off say cat.debug via XJML. Andrew Sealy-Bell.