Re: Log4j Speech

2001-05-31 Thread Ceki Gülcü
Hello Paul, I hadn't thought of the pronunciation part. :-) At 16:17 31.05.2001 -0700, you wrote: >I'd be grateful for help in pronunciation. I've included my best guesses >below. > >Jim Cakalic - Jim Sakaylic >Paul Glezen - Paul Gleezen >Ceki Gülcü - Seki Gulkoo Jackie Guel-jue >Simon K

cvs commit: jakarta-log4j/src/java/org/apache/log4j/examples/appserver AppServerPropConfigurator.java AppServerCategory.java package.html

2001-05-31 Thread pglezen
pglezen 01/05/31 23:00:20 Modified:src/java/org/apache/log4j/examples/appserver AppServerCategory.java package.html Added: src/java/org/apache/log4j/examples/appserver AppServerPropConfigurator.java Log: 1. Added static initial

Re: Log4j Speech

2001-05-31 Thread Christopher Taylor
You got mine right. ;) -Chris - Original Message - From: "Paul Glezen" <[EMAIL PROTECTED]> To: "LOG4J Developers Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, May 31, 2001 4:17 PM Subject: Re: Log4j Speech I'd be grateful for help in pronunciation. I've included my best guesses bel

Re: Log4j Speech

2001-05-31 Thread Paul Glezen
I'd be grateful for help in pronunciation. I've included my best guesses below. Jim Cakalic - Jim Sakaylic Paul Glezen - Paul Gleezen Ceki Gülcü - Seki Gulkoo Simon Kitching - Simon Kitching Anders Kristensen - Anders Kristensen Eirik Lygre - Erik Leeger Jim Moore - Jim Moore Sven Reimers - Ste

Re: Log4j Speech

2001-05-31 Thread Ceki Gülcü
At 09:57 29.05.2001 -0700, you wrote: >Hi Folks, > >I haven't given it any thought yet. Is there anything anyone would like me >to say? I suppose I could walk up there and take all the credit :). Hi Paul, Just be sure to emphasize that log4j is the work of many people, including Jim Cakalic

Fwd: Log4j Speech

2001-05-31 Thread Ceki Gülcü
>Delivered-To: [EMAIL PROTECTED] >Importance: Normal >Subject: Log4j Speech >To: [EMAIL PROTECTED] >X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 >From: "Paul Glezen" <[EMAIL PROTECTED]> >Date: Tue, 29 May 2001 09:57:58 -0700 >X-MIMETrack: Serialize by Router on D04NM202/04/M/IBM(Releas

cvs commit: jakarta-log4j/src/java/org/apache/log4j/helpers Loader.java

2001-05-31 Thread ceki
ceki01/05/31 15:23:06 Modified:buildbuild.xml docs manual.html src/java/org/apache/log4j Category.java src/java/org/apache/log4j/helpers Loader.java Log: Fixed Categoty static initializer to use Category.class instead of Objec

cvs commit: jakarta-log4j/src/java/org/apache/log4j PropertyConfigurator.java

2001-05-31 Thread pglezen
pglezen 01/05/31 09:55:26 Modified:src/java/org/apache/log4j PropertyConfigurator.java Log: 1. Added some javadoc comments to the configureCategoryFactory method. 2. Made the CATEGORY_FACTORY_KEY a public constant. Revision ChangesPath 1.25 +15 -1 jakart

Re: patch for static init problem

2001-05-31 Thread Ceki Gülcü
Will, I am looking into this right now. Ceki At 07:00 31.05.2001 -0400, you wrote: >I don't actually know how to submit a patch, but I'd like a change made >to the static initializer in Category.java. I believe this small change >will "fix", as much as it can be fixed, the problems that many us

patch for static init problem

2001-05-31 Thread William Jaynes
I don't actually know how to submit a patch, but I'd like a change made to the static initializer in Category.java. I believe this small change will "fix", as much as it can be fixed, the problems that many users are having with the static initializer finding the log4j.properties file. My reasonin

Re: cvs commit: jakarta-log4j/src/java/org/apache/log4j PropertyConfigurator.java

2001-05-31 Thread Ceki Gülcü
Paul, How about documentation on the method that just became protected? Regards, Ceki At 05:23 31.05.2001 +, you wrote: >pglezen 01/05/30 22:23:26 > > Modified:src/java/org/apache/log4j PropertyConfigurator.java > Log: > 1. Change accessibility of configureCategoryFactory from pa