Interface HeaderFilter
- All Known Implementing Classes:
IncludeExcludeHeaderFilter
public interface HeaderFilter
A filter used to determine if a request/response header should be included in the log event output.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanincludeHeader(String headerName, String headerValue) Returnstrueif the given header should be included in the log event output
-
Method Details
-
includeHeader
-