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
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