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: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to