Class CommonsRequestLoggingFilter

All Implemented Interfaces:
Filter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, ServletContextAware

public class CommonsRequestLoggingFilter extends AbstractRequestLoggingFilter
Simple request logging filter that writes the request URI (and optionally the query string) to the Commons Log.
Since:
1.2.5
Author:
Rob Harrop, Juergen Hoeller
See Also: