A method for asking whether the log4j system is configured would be nice. Is it there already?
It would be great for driver/testing classes, as one could have a block
such as:
static {
if (! Configurator.isConfigred() ) {
BasicConfigurator.configure();
}
}
--
Mvh,
Endre
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
