Class LifeCycleManager

java.lang.Object
ch.qos.logback.core.LifeCycleManager

public class LifeCycleManager extends Object
An object that manages a collection of components that implement the LifeCycle interface. Each component that is added to the manager will be stopped and removed from the manager when the manager is reset.
Author:
Carl Harris