ch.qos.logback.classic.spi
Interface LoggerContextListener

All Known Implementing Classes:
JMXConfigurator

public interface LoggerContextListener


Method Summary
 boolean isResetResistant()
          Some listeners should not be removed when the LoggerContext is reset.
 void onReset(LoggerContext context)
           
 void onStart(LoggerContext context)
           
 void onStop(LoggerContext context)
           
 

Method Detail

isResetResistant

boolean isResetResistant()
Some listeners should not be removed when the LoggerContext is reset. Such listeners are said to be reset resistant.

Returns:
whether this listener is reset resistant or not.

onStart

void onStart(LoggerContext context)

onReset

void onReset(LoggerContext context)

onStop

void onStop(LoggerContext context)


Copyright © 2005-2011 QOS.ch. All Rights Reserved.