Java org.springframework.web.filter AbstractRequestLoggingFilter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.filter AbstractRequestLoggingFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.filter AbstractRequestLoggingFilter.

The text is from its open source code.

Subclass

org.springframework.web.filter.AbstractRequestLoggingFilter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetAfterMessagePrefix(String afterMessagePrefix)
Set the value that should be prepended to the log message written after a request is processed.
voidsetAfterMessageSuffix(String afterMessageSuffix)
Set the value that should be appended to the log message written after a request is processed.
voidsetBeforeMessagePrefix(String beforeMessagePrefix)
Set the value that should be prepended to the log message written before a request is processed.
voidsetIncludeClientInfo(boolean includeClientInfo)
Set whether the client address and session id should be included in the log message.
voidsetIncludePayload(boolean includePayload)
Set whether the request payload (body) should be included in the log message.
voidsetIncludeQueryString(boolean includeQueryString)
Set whether the query string should be included in the log message.
voidsetMaxPayloadLength(int maxPayloadLength)
Set the maximum length of the payload body to be included in the log message.