ch.qos.logback.classic.spi
Class BasicContextListener
java.lang.Object
ch.qos.logback.classic.spi.BasicContextListener
- All Implemented Interfaces:
- LoggerContextListener
public class BasicContextListener
- extends Object
- implements LoggerContextListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicContextListener
public BasicContextListener()
setResetResistant
public void setResetResistant(boolean resetResistant)
onReset
public void onReset(LoggerContext context)
- Specified by:
onReset
in interface LoggerContextListener
onStart
public void onStart(LoggerContext context)
- Specified by:
onStart
in interface LoggerContextListener
onStop
public void onStop(LoggerContext context)
- Specified by:
onStop
in interface LoggerContextListener
isResetResistant
public boolean isResetResistant()
- Specified by:
isResetResistant
in interface LoggerContextListener
Copyright © 2005-2009 QOS.ch. All Rights Reserved.