RE: how to turn off the log for particular class

2002-07-17 Thread Vullanki, Srividya
log4j.logger.ojb.broker.accesslayer.SqlGenerator =WARN log4j.logger.ODMG =WARN log4j.logger.performance =INFO log4j.logger.soda =WARN -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 1:02 PM To: Log4J Users List Subject: Re: how to turn off the log for particular class Hello

Re: how to turn off the log for particular class

2002-07-17 Thread IvanLatysh
Hello, Vullanki,! You wrote to "'Log4J Users List'" <[EMAIL PROTECTED]> on Wed, 17 Jul 2002 12:04:30 -0500: VS> Yes its definetly possible.We can specify any level to each class. VS> Srividya Where I could read how to do it ? I search the net and couldn't find any examples, or answers. This why

Re: how to turn off the log for particular class

2002-07-17 Thread Louis Voo
Hi Vullanki, Can you tell me how to set it in the log4j xml configuration file? Regards, Louis - Original Message - From: "Vullanki, Srividya" <[EMAIL PROTECTED]> To: "'Log4J Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, July 17, 200

RE: how to turn off the log for particular class

2002-07-17 Thread Vullanki, Srividya
Yes its definetly possible.We can specify any level to each class. Srividya -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 12:00 PM To: Log4J Users List Subject: Re: how to turn off the log for particular class Hello, Vullanki,! You wrote

Re: how to turn off the log for particular class

2002-07-17 Thread IvanLatysh
Hello, Vullanki,! You wrote to "'Log4J Users List'" <[EMAIL PROTECTED]> on Wed, 17 Jul 2002 10:11:00 -0500: VS> log4j.logger.loggername=OFF should work. VS> The logger name depends on what u give in the code. If you say VS> Temp.class.getName() to name the logger give full qualified name o

RE: how to turn off the log for particular class

2002-07-17 Thread Vullanki, Srividya
log4j.logger.loggername=OFF should work. The logger name depends on what u give in the code. If you say Temp.class.getName() to name the logger give full qualified name of the class.ie., log4j.logger.com.foo.Temp=OFF if you are using older version of log4j I guess it should be log4j.