spring-framework / org.springframework.web.filter / CommonsRequestLoggingFilter

CommonsRequestLoggingFilter

open class CommonsRequestLoggingFilter : AbstractRequestLoggingFilter

Simple request logging filter that writes the request URI (and optionally the query string) to the Commons Log.

Author
Rob Harrop

Author
Juergen Hoeller

Since
1.2.5

See Also
#setIncludeQueryString#setBeforeMessagePrefix#setBeforeMessageSuffix#setAfterMessagePrefix#setAfterMessageSuffixorg.apache.commons.logging.Log#debug(Object)

Constructors

<init>

CommonsRequestLoggingFilter()

Simple request logging filter that writes the request URI (and optionally the query string) to the Commons Log.