RE: Basic question JoranConfigurator and LoggerRepository

2005-02-04 Thread Evans Mark-PT1167
7; Subject: Basic question JoranConfigurator and LoggerRepository Hello, To programmatically get a config file in 1.2.9, i could do: DOMConfigurator.configure("log4j.xml"); I have been looking into how to do the same simple thing with JoranConfigurator in 1.3, but the doCon

Basic question JoranConfigurator and LoggerRepository

2005-02-04 Thread OOMS DIRK
Hello, To programmatically get a config file in 1.2.9, i could do: DOMConfigurator.configure("log4j.xml"); I have been looking into how to do the same simple thing with JoranConfigurator in 1.3, but the doConfigure method of the JoranConfigurator requires a LoggerRepository parameter, which is a