RE: Create LogFactory/Log for Log4j and use commons.logging

2004-06-15 Thread mrutherfurd
Return Receipt Your RE: Create LogFactory/Log for Log4j and use commons.logging document

RE: Create LogFactory/Log for Log4j and use commons.logging

2004-06-15 Thread mrutherfurd
Return Receipt Your RE: Create LogFactory/Log for Log4j and use commons.logging document

Create LogFactory/Log for Log4j and use commons.logging

2004-06-15 Thread mrutherfurd
Return Receipt Your Create LogFactory/Log for Log4j and use commons.logging document

Re: Create LogFactory/Log for Log4j and use commons.logging

2004-06-10 Thread Shirish Goel
- Original Message - From: "Ceki Gülcü" <[EMAIL PROTECTED]> To: "Log4J Users List" <[EMAIL PROTECTED]> Sent: Thursday, June 10, 2004 4:09 PM Subject: RE: Create LogFactory/Log for Log4j and use commons.logging Hi Dominique, What a combination. Sigh. 1) DOMConfigurat

RE: Create LogFactory/Log for Log4j and use commons.logging

2004-06-10 Thread CAGATAY TUNALI
Return Receipt Your RE: Create LogFactory/Log for Log4j and use commons.logging document

RE: Create LogFactory/Log for Log4j and use commons.logging

2004-06-10 Thread Thomas Muller
/Please/ refrain from posting items that ask for receipt. -- Thomas -Original Message- From: Vernier, Dominique (DVernier) [mailto:[EMAIL PROTECTED] Sent: 10 June 2004 13:51 To: Log4J Users List Subject: RE: Create LogFactory/Log for Log4j and use commons.logging Ceki, I use a

RE: Create LogFactory/Log for Log4j and use commons.logging

2004-06-10 Thread Vernier, Dominique (DVernier)
: Log4J Users List Subject: RE: Create LogFactory/Log for Log4j and use commons.logging Hi Dominique, What a combination. Sigh. 1) DOMConfigurator.configureAndWatch() should be avoided (except in stand-alone Hava apps) because it opens a thread which never dies. 2) You don't need to sub

RE: Create LogFactory/Log for Log4j and use commons.logging

2004-06-10 Thread Ceki Gülcü
[mailto:[EMAIL PROTECTED] Sent: jeudi 10 juin 2004 11:20 To: Log4J Users List Subject: Re: Create LogFactory/Log for Log4j and use commons.logging In what way does MyLogger differ from o.a.log4j.Logger? At 09:49 AM 6/10/2004, Vernier, Dominique (DVernier) wrote: >Hi, > >I would like to

RE: Create LogFactory/Log for Log4j and use commons.logging

2004-06-10 Thread Vernier, Dominique (DVernier)
In MyLogger I set use DOMConfigurator.configureAndWatch() to set a Watch period. -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED] Sent: jeudi 10 juin 2004 11:20 To: Log4J Users List Subject: Re: Create LogFactory/Log for Log4j and use commons.logging In what way does

Re: Create LogFactory/Log for Log4j and use commons.logging

2004-06-10 Thread Ceki Gülcü
In what way does MyLogger differ from o.a.log4j.Logger? At 09:49 AM 6/10/2004, Vernier, Dominique (DVernier) wrote: Hi, I would like to use commons.logging with Log4j has underlying logging system. I know that commos.logging will use Log4j if it found in the class path, but I would like to create m

Create LogFactory/Log for Log4j and use commons.logging

2004-06-10 Thread CAGATAY TUNALI
Return Receipt Your Create LogFactory/Log for Log4j and use commons.logging document

Create LogFactory/Log for Log4j and use commons.logging

2004-06-10 Thread Vernier, Dominique (DVernier)
Hi, I would like to use commons.logging with Log4j has underlying logging system. I know that commos.logging will use Log4j if it found in the class path, but I would like to create my own LogFactory and use: import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory;