Uses of Interface
org.apache.logging.log4j.web.Log4jWebSupport
-
Packages that use Log4jWebSupport 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 Log4jWebSupport in org.apache.logging.log4j.web
Subinterfaces of Log4jWebSupport in org.apache.logging.log4j.web Modifier and Type Interface Description (package private) interface
Log4jWebLifeCycle
Specifies an interface for initializing and deinitializing Log4j in a Java EE web application.Classes in org.apache.logging.log4j.web that implement Log4jWebSupport Modifier and Type Class Description (package private) class
Log4jWebInitializerImpl
This class initializes and deinitializes Log4j no matter how the initialization occurs.
-