Our (old) code that uses log4j does the following in order to swap xml
configurations after app initialization.
final org.apache.logging.log4j.core.LoggerContext ctx =
(org.apache.logging.log4j.core.LoggerContext) LogManager.getContext(false);
ctx.reconfigure();
ctx.updateLoggers();
Is there a new supported way of doing the same thing? (The above really seems
kind of hacky.)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]