Re: Proper startup order?

2007-06-04 Thread James Stauffer
Is it possible that log4j is being configured twice because AFAIK configuration doesn't happen in the background? Also log4j config messages aren't generally sent to your logs unless you have log4j debugging turned on and use a ConsoleAppender. On 5/26/07, Rich Adili <[EMAIL PROTECTED]> wrote:

Proper startup order?

2007-05-26 Thread Rich Adili
Hi, I'm rather new to logging and having some trouble pinning down the proper startup sequence. Current code appears below. If "dosomething" writes to the log, the output is mingled with the log4j initialization output. Users find this rather confusing. How can I delay my stuff until log4j has fin