@ConfigurationProperties(value="logging.request") public class RequestLoggerConfiguration extends Object
| Constructor and Description |
|---|
RequestLoggerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static RequestLoggerConfiguration |
allRequests() |
Collection<String> |
getExcludedPathPatterns() |
Collection<String> |
getIncludedPathPatterns() |
LoggerLevelThreshold |
getLoggerLevelThreshold() |
Collection<String> |
getServletNameFilterMappings() |
Collection<String> |
getUrlFilterMappings() |
void |
setExcludedPathPatterns(Collection<String> excludedPathPatterns) |
void |
setIncludedPathPatterns(Collection<String> includedPathPatterns) |
void |
setLoggerLevelThreshold(LoggerLevelThreshold loggerLevelThreshold) |
void |
setServletNameFilterMappings(@NonNull Collection<String> servletNameFilterMappings) |
void |
setUrlFilterMappings(@NonNull Collection<String> urlFilterMappings) |
public Collection<String> getIncludedPathPatterns()
public void setIncludedPathPatterns(Collection<String> includedPathPatterns)
public Collection<String> getExcludedPathPatterns()
public void setExcludedPathPatterns(Collection<String> excludedPathPatterns)
public Collection<String> getUrlFilterMappings()
public void setUrlFilterMappings(@NonNull
@NonNull Collection<String> urlFilterMappings)
public Collection<String> getServletNameFilterMappings()
public void setServletNameFilterMappings(@NonNull
@NonNull Collection<String> servletNameFilterMappings)
public void setLoggerLevelThreshold(LoggerLevelThreshold loggerLevelThreshold)
public LoggerLevelThreshold getLoggerLevelThreshold()
public static RequestLoggerConfiguration allRequests()
Copyright © 2020. All rights reserved.