Class LogbackServletContextListener

    • Constructor Detail

      • LogbackServletContextListener

        public LogbackServletContextListener()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(ServletContextEvent sce)
        Description copied from interface: ServletContextListener
        Notification that the web application initialization process is starting. All ServletContextListeners are notified of context initialization before any filter or servlet in the web application is initialized.
        Specified by:
        contextInitialized in interface ServletContextListener