Re: Embedding config data in existing XML

2002-11-11 Thread Ceki Gülcü
Try new DOMConfigurator().doConfigure(Element element, LoggerRepository repository) where element should be the log4j:configuration element from your config file and repository can be LogManager.getLoggerRepository(). HTH, At 05:49 12.11.2002 +1100, John C. Turnbull wrote: We have an existing

Embedding config data in existing XML

2002-11-11 Thread John C. Turnbull
We have an existing XML configuration file for our product and would like to have log4j access its configuration parameters from there too instead of from a separate file. Is this possible? What do I need to do? -JT -- To unsubscribe, e-mail: