Class ServletContextRequestLoggingFilter

All Implemented Interfaces:
Filter, Aware, BeanNameAware, DisposableBean, InitializingBean, EnvironmentAware, EnvironmentCapable, ServletContextAware

public class ServletContextRequestLoggingFilter extends AbstractRequestLoggingFilter
Simple request logging filter that writes the request URI (and optionally the query string) to the ServletContext log.
Since:
1.2.5
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • ServletContextRequestLoggingFilter

      public ServletContextRequestLoggingFilter()
  • Method Details