What are some common techniques for verifying Log4J startup and
initialization completed successfully? 

For a specific example, if DOMConfigurator can't parse my XML config file
I'll get errors to stdout but nothing that tells my code there was a
problem. I tried checking for the existence of my Appenders, but it seems
they're loaded asynchronously. I could loop and wait until they're all
there, but it seems like I must be missing something obvious. 

Any best practices out there?

thanks,
Eric
-- 
View this message in context: 
http://www.nabble.com/Verifying-initialization-tp25392804p25392804.html
Sent from the Log4j - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to