Return-Path: Delivered-To: apmail-jakarta-log4j-user-archive@jakarta.apache.org Received: (qmail 41835 invoked by uid 500); 5 Sep 2001 15:25:32 -0000 Mailing-List: contact log4j-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "LOG4J Users Mailing List" Delivered-To: mailing list log4j-user@jakarta.apache.org Received: (qmail 41816 invoked from network); 5 Sep 2001 15:25:32 -0000 From: "Craig Newlander" To: "LOG4J Users Mailing List" Subject: RE: Help needed to configureAndWatch method Date: Wed, 5 Sep 2001 10:26:22 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N You want watch it roughly 30 times a second? That parameter is in miliseconds. Try setting it to 3000 for every 3 seconds. -----Original Message----- From: Giri.Gowdar@mortgage.wellsFargo.COM [mailto:Giri.Gowdar@mortgage.wellsFargo.COM] Sent: Tuesday, September 04, 2001 2:39 PM To: log4j-user@jakarta.apache.org Subject: Help needed to configureAndWatch method Hi I am trying to run following code. It does's not run , it is stuck on number 30 rather it hangs. I don't understand what mistake i am making. String logPropertiesFile = "/log.properties"; PropertyConfigurator.configureAndWatch(logPropertiesFile,30); I have log.properties in my c drive. Thanks Giri --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: log4j-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: log4j-user-help@jakarta.apache.org