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) class
Log4jWebInitializerImpl
This 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 Log4jWebLifeCycle
Log4jServletContextListener. initializer
private Log4jWebLifeCycle
Log4jServletFilter. initializer
private Log4jWebLifeCycle
Log4jShutdownOnContextDestroyedListener. initializer
Methods in org.apache.logging.log4j.web that return Log4jWebLifeCycle Modifier and Type Method Description static Log4jWebLifeCycle
WebLoggerContextUtils. getWebLifeCycle(javax.servlet.ServletContext servletContext)
Finds or initializes theLog4jWebLifeCycle
singleton for the given ServletContext.
-