Class RequestPropertiesLogFilter

All Implemented Interfaces:
RequestAccess

public class RequestPropertiesLogFilter extends AbstractLoggingFilter
Use this filter to log HTTP request properties to a log system. request properties are not submitted parameters, but rather properties of the request itself: HTTP method, URI, etc.
Author:
Igor Polevoy
  • Constructor Details

    • RequestPropertiesLogFilter

      public RequestPropertiesLogFilter(AbstractLoggingFilter.Level level)
      Creates a filter with preset log level.
      Parameters:
      level - log level
    • RequestPropertiesLogFilter

      public RequestPropertiesLogFilter()
      Creates a filter with default "INFO" level.
  • Method Details