I would like to use a basic standard init file to startup log4j. It will be
via the XML style so that I can configure async appenders (a must have for
production)...

Then I would like individual components of my system to set their own log4j
properties (using xml and/or properties files). This is because some of the
implementations of various packages use log4j to output data in a formatted
manner.

Is it wise and/or desireable to call the configurators after they have been
called already?

I have tried this and it seems to work well. I have not tried calling the
configurators after I called them to "watchlog" a file...what should happen
in this case?

Can/should I mix the order and type of configurator calls, i.e, first call
BasicConfigurator then call Properties then callDOM the callProperties then
DOM etc. etc.?

Mike Papper
[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to