Class LogbackServletContainerInitializer

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

public class LogbackServletContainerInitializer extends Object implements javax.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, javax.servlet.ServletContext ctx) throws javax.servlet.ServletException
      Specified by:
      onStartup in interface javax.servlet.ServletContainerInitializer
      Throws:
      javax.servlet.ServletException