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 class
This class initializes and deinitializes Log4j no matter how the initialization occurs.Fields in org.apache.logging.log4j.web declared as Log4jWebLifeCycleModifier and TypeFieldDescriptionprivate Log4jWebLifeCycle
Log4jServletContextListener.initializer
private Log4jWebLifeCycle
Log4jServletFilter.initializer
private Log4jWebLifeCycle
Log4jShutdownOnContextDestroyedListener.initializer
Methods in org.apache.logging.log4j.web that return Log4jWebLifeCycleModifier and TypeMethodDescriptionstatic Log4jWebLifeCycle
WebLoggerContextUtils.getWebLifeCycle
(javax.servlet.ServletContext servletContext) Finds or initializes theLog4jWebLifeCycle
singleton for the given ServletContext.