I'm not exactly sure what that's supposed to do, but if you cast the LoggerContext from LogManager.getContext() to the implementation class in log4j-core, there's a reconfigure() method.
https://logging.apache.org/log4j/2.x/log4j-core/apidocs/org/apache/logging/log4j/core/LoggerContext.html On 14 March 2017 at 20:53, kriegerd <krieg...@gmail.com> wrote: > Hi, > > Is there a way to emulate the behavior of LogManager.resetConfiguration in > log4j2? > > We need to migrate the functionality of an older class that uses it. > Thanks! > > Alejandro. > -- Matt Sicker <boa...@gmail.com>