public class HttpLogOptions extends Object
| Constructor and Description |
|---|
HttpLogOptions() |
| Modifier and Type | Method and Description |
|---|---|
HttpLogOptions |
addAllowedHeaderName(String allowedHeaderName) |
HttpLogOptions |
addAllowedQueryParamName(String allowedQueryParamName) |
Set<String> |
getAllowedHeaderNames() |
Set<String> |
getAllowedQueryParamNames() |
String |
getApplicationId()
Deprecated.
|
HttpLogDetailLevel |
getLogLevel() |
boolean |
isPrettyPrintBody() |
HttpLogOptions |
setAllowedHeaderNames(Set<String> allowedHeaderNames) |
HttpLogOptions |
setAllowedQueryParamNames(Set<String> allowedQueryParamNames) |
HttpLogOptions |
setApplicationId(String applicationId)
Deprecated.
|
HttpLogOptions |
setLogLevel(HttpLogDetailLevel logLevel) |
HttpLogOptions |
setPrettyPrintBody(boolean prettyPrintBody) |
public HttpLogDetailLevel getLogLevel()
public HttpLogOptions setLogLevel(HttpLogDetailLevel logLevel)
public HttpLogOptions setAllowedHeaderNames(Set<String> allowedHeaderNames)
public HttpLogOptions addAllowedHeaderName(String allowedHeaderName)
public HttpLogOptions setAllowedQueryParamNames(Set<String> allowedQueryParamNames)
public HttpLogOptions addAllowedQueryParamName(String allowedQueryParamName)
@Deprecated public String getApplicationId()
@Deprecated public HttpLogOptions setApplicationId(String applicationId)
public boolean isPrettyPrintBody()
public HttpLogOptions setPrettyPrintBody(boolean prettyPrintBody)
Copyright © 2022. All rights reserved.