ch.qos.logback.classic.spi
Class BasicContextListener

java.lang.Object
  extended by ch.qos.logback.classic.spi.BasicContextListener
All Implemented Interfaces:
LoggerContextListener

public class BasicContextListener
extends Object
implements LoggerContextListener


Constructor Summary
BasicContextListener()
           
 
Method Summary
 boolean isResetResistant()
           
 void onReset(LoggerContext context)
           
 void onStart(LoggerContext context)
           
 void onStop(LoggerContext context)
           
 void setResetResistant(boolean resetResistant)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicContextListener

public BasicContextListener()
Method Detail

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.