Uses of Class
org.apache.logging.log4j.web.Log4jWebInitializerImpl
-
Packages that use Log4jWebInitializerImpl 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 Log4jWebInitializerImpl in org.apache.logging.log4j.web
Methods in org.apache.logging.log4j.web that return Log4jWebInitializerImpl Modifier and Type Method Description protected static Log4jWebInitializerImpl
Log4jWebInitializerImpl. initialize(jakarta.servlet.ServletContext servletContext)
Initializes the Log4jWebLifeCycle attribute of a ServletContext.
-