Uses of Interface
org.apache.logging.log4j.web.Log4jWebLifeCycle
Packages that use Log4jWebLifeCycle
Package
Description
The classes in this package are responsible for properly initializing and deinitializing Log4j in a Java EE web
application.
-
Uses of Log4jWebLifeCycle in org.apache.logging.log4j.web
Classes in org.apache.logging.log4j.web that implement Log4jWebLifeCycleModifier and TypeClassDescription(package private) final classThis class initializes and deinitializes Log4j no matter how the initialization occurs.Fields in org.apache.logging.log4j.web declared as Log4jWebLifeCycleModifier and TypeFieldDescriptionprivate Log4jWebLifeCycleLog4jServletContextListener.initializerprivate Log4jWebLifeCycleLog4jServletFilter.initializerprivate Log4jWebLifeCycleLog4jShutdownOnContextDestroyedListener.initializerMethods in org.apache.logging.log4j.web that return Log4jWebLifeCycleModifier and TypeMethodDescriptionstatic Log4jWebLifeCycleWebLoggerContextUtils.getWebLifeCycle(jakarta.servlet.ServletContext servletContext) Finds or initializes theLog4jWebLifeCyclesingleton for the given ServletContext.