Class LogbackServletContainerInitializer

java.lang.Object
ch.qos.logback.classic.servlet.LogbackServletContainerInitializer
All Implemented Interfaces:
jakarta.servlet.ServletContainerInitializer

public class LogbackServletContainerInitializer extends Object implements jakarta.servlet.ServletContainerInitializer
Attaches a new instance of LogbackServletContextListener to the current web-applications ServletContext.
Since:
1.1.10
Author:
Ceki Gulcu
  • Constructor Details

  • Method Details

    • onStartup

      public void onStartup(Set<Class<?>> c, jakarta.servlet.ServletContext ctx) throws jakarta.servlet.ServletException
      Specified by:
      onStartup in interface jakarta.servlet.ServletContainerInitializer
      Throws:
      jakarta.servlet.ServletException