a syntax error in the properties file

2002-12-24 Thread Abramson, Rami
Hello, Executing a program with the following lines in the properties file result in: log4j:WARN No appenders could be found for logger (chapter8.log4jBasicTest). log4j:WARN Please initialize the log4j system properly. What is wrong?

a syntax error in the properties file -- continue

2002-12-24 Thread Abramson, Rami
Regarding the previous email it seems that the following line solves the issue. new PropertyConfigurator().configure(log4j.properties); Why is it so? thank you, Rami A. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: a syntax error in the properties file -- continue

2002-12-24 Thread Ceki Gülcü
Most probably because the log4j.properties file is not being picked up automatically. At 10:40 24.12.2002 +0200, you wrote: Regarding the previous email it seems that the following line solves the issue. new PropertyConfigurator().configure(log4j.properties); Why is it so? thank you,

Safe use of CompositeRollingAppender.

2002-12-24 Thread Abramson, Rami
Hello, 1 Is it safe to use the CompositeRollingAppender? 2 If the answer is Yes, why is it not an integral part of the log4j project? 3 Are there any points worth knowing while using it? thank you, Rami A. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Re: Safe use of CompositeRollingAppender.

2002-12-24 Thread Ceki Gülcü
At 12:17 24.12.2002 +0200, you wrote: Hello, 1 Is it safe to use the CompositeRollingAppender? I do not know. 2 If the answer is Yes, why is it not an integral part of the log4j project? Because in log4j 1.3, there will be very flexible ways of rolling files by strategy. One would be able

RE: Safe use of CompositeRollingAppender.

2002-12-24 Thread Abramson, Rami
When is log4j 1.3 intended to be released ? thank you, Rami -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 24, 2002 12:50 PM To: Log4J Users List Subject: Re: Safe use of CompositeRollingAppender. At 12:17 24.12.2002

RE: Safe use of CompositeRollingAppender.

2002-12-24 Thread Ceki Gülcü
As for all log4j versions, there is no scheduled release date. The lack of schedule suprises and disturbs some people. Writing good software, like good cooking, takes time. If we make you wait, it is to create a better and more reliable product. At 17:37 24.12.2002 +0200, you wrote: When is

Log4j problem

2002-12-24 Thread Ranjit Gopalan
Hi All, I am using the following log4j.properties file. the problem is it appends to A2 when i get the logger of CxLoggingAdapter while i am exception it to log to R. can any body tell me why this is happening. Thanks in advance Ranjit log4j.rootLogger=DEBUG,A2

RE: Log4j problem

2002-12-24 Thread Ebersole, Steven
Not sure if this was just a typo, but log4j.logging.com.sel.CxLoggingAdapter is probably not what you want... You probably were thinking log4j.logger.com.sel.CxLoggingAdapter, such that the relevent part of the config would look like: log4j.rootLogger=DEBUG,A2