RE: Using Log4j With Orion

2001-02-19 Thread Yves Bossel
We also use log4j. A servlet makes the initialization, by reading the configuration file. It is has been of great help: 1. It avoids tons of System.out 2. When we have a problem we just turn on debugging on the desired category. This has proven very usefull when refactoring classes. Hint: use

RE: Using Log4j With Orion

2001-02-19 Thread Torgeir . Lerkerod
its realy just a System.out whit dynamic filters on it. Regards, Torgeir -Original Message- From: Yves Bossel [mailto:[EMAIL PROTECTED]] Sent: Monday, February 19, 2001 12:18 PM To: Orion-Interest Subject: RE: Using Log4j With Orion We also use log4j. A servlet makes the initialization,

Re: Using Log4j With Orion

2001-02-17 Thread Steven Gardell
And could someone provide a valid pointer to Log4j proper? Can't seem to get to it at IBM's web site. Thanks Steven Gardell Iperia, Inc. - Original Message - From: Hee Meng, Poh [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 8:50 PM Subject:

Re: Using Log4j With Orion

2001-02-17 Thread Joseph B. Ottinger
http://jakarta.apache.org/log4j/ On Sat, 17 Feb 2001, Steven Gardell wrote: And could someone provide a valid pointer to Log4j proper? Can't seem to get to it at IBM's web site. Thanks --- Joseph B. Ottinger

RE: Using Log4j With Orion

2001-02-16 Thread Torgeir . Lerkerod
Hi, We have done this. By writing a tree part solution. We wrote a little servlet that sets up default things in a singelton class that handels all log calls through it. We than also wrote a jsp page to set the debuglevels for classes. As you know log4j defaults to info. turning on debug and

Re: Using Log4j With Orion

2001-02-16 Thread Arthur Copeland
yes, i use it and it works GREAT. artie "Hee Meng, Poh" wrote: Hi, Anyone uses Log4j with Orion? Think of providing logging facilites for both web and ejb components. What's the good way to specify a PropertyConfigurator? Thanks for any info. Regards

Re: Using Log4j With Orion

2001-02-16 Thread Arthur Copeland
yes, i use it and it works GREAT. artie "Hee Meng, Poh" wrote: Hi, Anyone uses Log4j with Orion? Think of providing logging facilites for both web and ejb components. What's the good way to specify a PropertyConfigurator? Thanks for any info. Regards

Re: Using Log4j With Orion

2001-02-15 Thread Armin Rauch
"Hee Meng, Poh" wrote: Hi, Anyone uses Log4j with Orion? Think of providing logging facilites for both web and ejb components. What's the good way to specify a PropertyConfigurator? Thanks for any info. Regards I am using both tools. You have to remember that EJB are kind of