Package ch.qos.logback.classic.servlet
Class LogbackServletContainerInitializer
- java.lang.Object
-
- ch.qos.logback.classic.servlet.LogbackServletContainerInitializer
-
- All Implemented Interfaces:
javax.servlet.ServletContainerInitializer
public class LogbackServletContainerInitializer extends java.lang.Object implements javax.servlet.ServletContainerInitializerAttaches a new instance ofLogbackServletContextListenerto the current web-applicationsServletContext.- Since:
- 1.1.10
- Author:
- Ceki Gulcu
-
-
Constructor Summary
Constructors Constructor Description LogbackServletContainerInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonStartup(java.util.Set<java.lang.Class<?>> c, javax.servlet.ServletContext ctx)
-