You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by "Goldstein, Scott" <Sc...@vignette.com> on 2004/04/03 03:19:40 UTC

Beginner - Configuring multiple times - Augment or Replace

I have an application which uses log4j.  In addition, the application also uses a third party library which has it's own log 4j configuration.

The question is, if two classes configure log4j within the same VM, does the second configuration become active or are they appended to each other?

The ultimate goal, is to have the third party library logging information go to the appender defined in the application which I'm writing.

Thanks for the help.

Scott