Re: Threading and Localization using l7dlog

2005-02-28 Thread Curt Arnold
On Feb 28, 2005, at 12:33 PM, Burnard, Julie (J.A.) wrote: I just purchased a copy of the book entitled "The Complete log4j Manual". I was disappointed to find that it doesn't mention anything about localized messages using the l7dlog methods. I guess the title is somewhat misleading. Maybe someon

Re: Threading and Localization using l7dlog

2005-02-28 Thread James Stauffer
Burnard, Julie (J.A.) <[EMAIL PROTECTED]> wrote: > Typically each class developed in our environment will contain a static > instance of a mapper class that is instantiated with it's fully > qualified classname. If using the Log4JMapper, then the class will > contain a static instance of a Log4JMa

Re: Threading and Localization using l7dlog

2005-02-28 Thread James Stauffer
Burnard, Julie (J.A.) <[EMAIL PROTECTED]> wrote: > I'm in the process of providing a log4j wrapper class that implements > the 'log' type statements from the jdk 1.4 java.util.logging.Logger > class. Note, our organization is not yet utilizing jdk 1.4, so we've > implemented a jdk1.4 like logging

Re: Threading and Localization using l7dlog

2005-02-28 Thread James Stauffer
Burnard, Julie (J.A.) <[EMAIL PROTECTED]> wrote: > I'm in the process of providing a log4j wrapper class that implements > the 'log' type statements from the jdk 1.4 java.util.logging.Logger > class. Note, our organization is not yet utilizing jdk 1.4, so we've > implemented a jdk1.4 like logging

Threading and Localization using l7dlog

2005-02-28 Thread Burnard, Julie \(J.A.\)
I just purchased a copy of the book entitled "The Complete log4j Manual". I was disappointed to find that it doesn't mention anything about localized messages using the l7dlog methods. I guess the title is somewhat misleading. Maybe someone out there can give me some guidance. I'm in the process