LoggerContext.shutdownAndReset() ?

Hi there. I just d/l version 0.9.17. Previously I was using 0.9.11, classic & core jars. The method LoggerContext.shutdownAndReset() doesn't seem to exist any more. Has this been deprecated? Or renamed? What is the replacement method to use? Thanks, Rob

It was removed some time ago. http://logback.qos.ch/apidocs/ch/qos/logback/classic/LoggerContext.html Depending on what you'd like to achieve you are now supposed to call reset() or stop(). Joern. On 06.10.2009, at 00:15, Rob Ross wrote:
Hi there.
I just d/l version 0.9.17. Previously I was using 0.9.11, classic & core jars.
The method LoggerContext.shutdownAndReset() doesn't seem to exist any more.
Has this been deprecated? Or renamed? What is the replacement method to use?
Thanks,
Rob _______________________________________________ Logback-user mailing list Logback-user@qos.ch http://qos.ch/mailman/listinfo/logback-user
participants (2)
-
Joern Huxhorn
-
Rob Ross