Package org.apache.logging.log4j.web
package org.apache.logging.log4j.web
The classes in this package are responsible for properly initializing and deinitializing Log4j in a Java EE web
application.
- See Also:
-
ClassDescriptionIn a Servlet 3.0 or newer environment, this initializer is responsible for starting up Log4j logging before anything else happens in application initialization.In environments older than Servlet 3.0, this initializer is responsible for starting up Log4j logging before anything else happens in application initialization.This is responsible for the following: Clearing the logger context when the application has finished starting up. Setting the logger context before processing a request and clearing it after processing a request. Setting the logger context when the application is starting to shut down. This filter is a once-per-request filter.This class initializes and deinitializes Log4j no matter how the initialization occurs.Specifies an interface for initializing and deinitializing Log4j in a Java EE web application.Specifies an interface for initializing and deinitializing Log4j in a Java EE web application.Specifies an interface for setting and clearing a thread-bound
invalid reference
LoggerContext
Specifies an interface for setting and clearing a thread-boundLoggerContext
in a Java EE web application.Convenience methods for retrieving theLoggerContext
associated with a particular ServletContext.