Re: Information regarding becoming a Developer for the LOG4J Project

2001-03-22 Thread Ceki Gülcü
Sreenivasa, Log4j is an open source project and everyone is welcome to contribute. Have a look at these documents: http://jakarta.apache.org/site/getinvolved.html Craig's essay on the matter is particularly noteworthy: http://w4.metronet.com/~wjm/tomcat/2000/Nov/msg00073.html This might be a

cvs commit: jakarta-log4j/build build.xml

2001-03-22 Thread ceki
ceki01/03/23 00:07:39 Modified:buildbuild.xml Log: Corrected typo signalled by Jim Moore. Revision ChangesPath 1.16 +1 -1 jakarta-log4j/build/build.xml Index: build.xml === RCS fil

Re: Bug in build.xml

2001-03-22 Thread Ceki Gülcü
Thanks, got it. Ceki At 17:51 22.03.2001 -0500, Jim Moore wrote: >In build/build.xml in the current contents of CVS it reads > > > ^ > >The extra "=" causes it to incorrectly create the dist information. > >-Jim Moore I hope to see you at my ApacheCon 2001 p

Bug in build.xml

2001-03-22 Thread Jim Moore
In build/build.xml in the current contents of CVS it reads ^ The extra "=" causes it to incorrectly create the dist information. -Jim Moore - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Information regarding becoming a Developer for the LOG4J Project

2001-03-22 Thread Chadalavada, Sreenivasa
Hi, I would like to know more about the Project LOG4J. I would like to take a look at the material and start contributing to the project. I have 5 years of C++/Java Experience in Telecom World. Please let me know if I can be of any help. Thanks and Regards, Sree/- Sreenivasa Chadalavada, Team

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

2001-03-22 Thread ceki
ceki01/03/22 10:37:53 Modified:src/java/org/apache/log4j/helpers OptionConverter.java src/java/org/apache/log4j/spi LoggingEvent.java Log: OptionConverter.instantiateByKey method now performs variable substitution before instantiation. Revision Changes

Re: How about log4j.layout in configure file?

2001-03-22 Thread Ceki Gülcü
Good observation. I'll fix this immediately! Ceki At 11:43 22.03.2001 -0600, you wrote: >>At 16:51 21.03.2001 -0600, Jin Zhao wrote: >>> I just tried the variable substitution solution. It only works on >>>"option values". >>>I can't use a variable for a class name, ie the configurator will

Re: How about log4j.layout in configure file?

2001-03-22 Thread Jin Zhao
>At 16:51 21.03.2001 -0600, Jin Zhao wrote: >> I just tried the variable substitution solution. It only works on >>"option values". >>I can't use a variable for a class name, ie the configurator will >>complain of not being able to instantiate that class. >Why not? Class name is just an option

Re: How about log4j.layout in configure file?

2001-03-22 Thread Jin Zhao
>At 16:51 21.03.2001 -0600, Jin Zhao wrote: >> I just tried the variable substitution solution. It only works on >>"option values". >>I can't use a variable for a class name, ie the configurator will >>complain of not being able to instantiate that class. >Why not? Class name is just an option

Re: How about log4j.layout in configure file?

2001-03-22 Thread Ceki Gülcü
At 07:32 22.03.2001 -0800, Paul Glezen wrote: >I don't understand the multithreading issue associated with using a single >reference of a Layout within a property file or an XML file. As long as >different instances are created for each appender, different threads >associated with different appen

Re: Exception

2001-03-22 Thread Paul Glezen
Hi Athan, When a ResourceBundle throws a MissingResourceException from the getObject method, the getKey() method of the exception usually has the name of the item being requested. If this problem is reproducible, could you find this for us? Thanks, - Paul Paul Glezen IT Specialist Software Ser

Re: How about log4j.layout in configure file?

2001-03-22 Thread Paul Glezen
I don't understand the multithreading issue associated with using a single reference of a Layout within a property file or an XML file. As long as different instances are created for each appender, different threads associated with different appenders should each have their own instance of a Layo

Exception

2001-03-22 Thread Fameliaris, Athanasios
Title: Exception Hi all I'm using log4j and i'm having the following exception for which I feel that it occures due to log44j logging system Can anybody help? java.util.MissingResourceException: Can't find resource     at java.lang.Throwable.fillInStackTrace(Native Method)     at ja

Re: How about log4j.layout in configure file?

2001-03-22 Thread Ceki Gülcü
At 13:42 22.03.2001 +0100, Anders Kristensen wrote: >Ceki Gülcü wrote: >> >> Anders. >> >> Jin's request can be answered satisfactorily by variable substitution as another >user suggested earlier. > >Variable substitution can remove the need to modify the config file in >more than one place wh

Re: How about log4j.layout in configure file?

2001-03-22 Thread Anders Kristensen
Ceki Gülcü wrote: > > Anders. > > Jin's request can be answered satisfactorily by variable substitution as another >user suggested earlier. Variable substitution can remove the need to modify the config file in more than one place when the layout configuration changes but you'd still have to

RE: java.util.logging

2001-03-22 Thread Nagarajan Chinnasamy
Hi Jochen, As per JSR 047, it is possible to have filters attached to Logger (Category) object. But, log4j does not support this. How did you manage to do this without changing log4j? Ceki, is it possible to add this support in log4j 1.1? Thanks & Regards, nagu. -Original Message-

Re: Several webapps using log4j

2001-03-22 Thread Ceki Gülcü
This should not be a problem because each webapp will have its own classloader... Ceki At 11:36 22.03.2001 +0100, you wrote: >Is there any issues with having severel webapps all using log4j, running >on the same tomcat? > >I have this hunch that log4j wouldn't like to be configured several times

Several webapps using log4j

2001-03-22 Thread Endre Stølsvik
Is there any issues with having severel webapps all using log4j, running on the same tomcat? I have this hunch that log4j wouldn't like to be configured several times, with different configurations, from several webapps. How should one do this? -- Mvh, Endre