Re: LogManager.resetConfiguration in log4j2

2017-03-15 Thread Ralph Goers
'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.ap

Re: LogManager.resetConfiguration in log4j2

2017-03-15 Thread kriegerd
.apache.org/log4j/2.x/log4j-core/apidocs/ > > >> org/apache/logging/log4j/core/LoggerContext.html > > >> > > >> On 14 March 2017 at 20:53, kriegerd wrote: > > >> > > >>> Hi, > > >>&g

Re: LogManager.resetConfiguration in log4j2

2017-03-15 Thread kriegerd
t 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

Re: LogManager.resetConfiguration in log4j2

2017-03-15 Thread Matt Sicker
;> 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 wrote: > >> > &g

Re: LogManager.resetConfiguration in log4j2

2017-03-14 Thread Ralph Goers
ache/logging/log4j/core/LoggerContext.html >> >> On 14 March 2017 at 20:53, kriegerd wrote: >> >>> Hi, >>> >>> Is there a way to emulate the behavior of LogManager.resetConfiguration in >>> log4j2? >>> >>> We need

Re: LogManager.resetConfiguration in log4j2

2017-03-14 Thread Matt Sicker
.x/log4j-core/apidocs/ > org/apache/logging/log4j/core/LoggerContext.html > > On 14 March 2017 at 20:53, kriegerd wrote: > >> Hi, >> >> Is there a way to emulate the behavior of LogManager.resetConfiguration in >> log4j2? >> >> We need to m

Re: LogManager.resetConfiguration in log4j2

2017-03-14 Thread Matt Sicker
ontext.html On 14 March 2017 at 20:53, kriegerd 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

LogManager.resetConfiguration in log4j2

2017-03-14 Thread kriegerd
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.