Module ch.qos.logback.classic
Class ContextDetachingSCL
- java.lang.Object
-
- ch.qos.logback.classic.selector.servlet.ContextDetachingSCL
-
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
public class ContextDetachingSCL extends Object implements jakarta.servlet.ServletContextListener
-
-
Constructor Summary
Constructors Constructor Description ContextDetachingSCL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(jakarta.servlet.ServletContextEvent servletContextEvent)voidcontextInitialized(jakarta.servlet.ServletContextEvent arg0)
-
-
-
Constructor Detail
-
ContextDetachingSCL
public ContextDetachingSCL()
-
-
Method Detail
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent arg0)
- Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
-