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 LifeCycleManagerLogbackValve. lifeCycleManager -
Uses of LifeCycleManager in ch.qos.logback.core
Fields in ch.qos.logback.core declared as LifeCycleManager Modifier and Type Field Description private LifeCycleManagerContextBase. lifeCycleManagerMethods in ch.qos.logback.core that return LifeCycleManager Modifier and Type Method Description (package private) LifeCycleManagerContextBase. getLifeCycleManager()Gets the life cycle manager for this context.
-