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) interfaceLog4jWebLifeCycleSpecifies 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) classLog4jWebInitializerImplThis class initializes and deinitializes Log4j no matter how the initialization occurs.
-