Uses of Class
ch.qos.logback.core.LifeCycleManager
-
Packages that use LifeCycleManager Package Description ch.qos.logback.access.tomcat This is logback access' implementation for Tomcat.ch.qos.logback.core Contains the main classes of logback core. -
-
Uses of LifeCycleManager in ch.qos.logback.access.tomcat
Fields in ch.qos.logback.access.tomcat declared as LifeCycleManager Modifier and Type Field Description private LifeCycleManager
LogbackValve. lifeCycleManager
-
Uses of LifeCycleManager in ch.qos.logback.core
Fields in ch.qos.logback.core declared as LifeCycleManager Modifier and Type Field Description private LifeCycleManager
ContextBase. lifeCycleManager
Methods in ch.qos.logback.core that return LifeCycleManager Modifier and Type Method Description (package private) LifeCycleManager
ContextBase. getLifeCycleManager()
Gets the life cycle manager for this context.
-