Package org.apache.logging.log4j.core.web

The classes in this package are responsible for properly initializing and deinitializing Log4j in a Java EE web application.

See:
          Description

Class Summary
Log4jServletContainerInitializer In a Servlet 3.0 or newer environment, this initializer is responsible for starting up Log4j logging before anything else happens in application initialization.
Log4jServletContextListener In environments older than Servlet 3.0, this initializer is responsible for starting up Log4j logging before anything else happens in application initialization.
Log4jServletFilter 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.
 

Package org.apache.logging.log4j.core.web Description

The classes in this package are responsible for properly initializing and deinitializing Log4j in a Java EE web application.



Copyright © 1999-2013 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.