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 Type
    Method
    Description
    boolean
    includeHeader(String headerName, String headerValue)
    Returns true if the given header should be included in the log event output
  • Method Details

    • includeHeader

      boolean includeHeader(String headerName, String headerValue)
      Returns true if the given header should be included in the log event output
      Parameters:
      headerName - the header name
      headerValue - the header value
      Returns:
      true if the given header should be included in the log event output