Uses of Interface
org.apache.logging.log4j.web.Log4jWebLifeCycle
-
Packages that use Log4jWebLifeCycle Package Description org.apache.logging.log4j.web 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 Log4jWebLifeCycle Modifier and Type Class Description (package private) classLog4jWebInitializerImplThis class initializes and deinitializes Log4j no matter how the initialization occurs.Fields in org.apache.logging.log4j.web declared as Log4jWebLifeCycle Modifier and Type Field Description private Log4jWebLifeCycleLog4jServletContextListener. initializerprivate Log4jWebLifeCycleLog4jServletFilter. initializerprivate Log4jWebLifeCycleLog4jShutdownOnContextDestroyedListener. initializerMethods in org.apache.logging.log4j.web that return Log4jWebLifeCycle Modifier and Type Method Description static Log4jWebLifeCycleWebLoggerContextUtils. getWebLifeCycle(jakarta.servlet.ServletContext servletContext)Finds or initializes theLog4jWebLifeCyclesingleton for the given ServletContext.
-