IHttpLoggingInterceptor Interface

Definition

Callbacks used to extend the HttpLogging middleware.

public interface IHttpLoggingInterceptor
type IHttpLoggingInterceptor = interface
Public Interface IHttpLoggingInterceptor

Methods

OnRequestAsync(HttpLoggingInterceptorContext)

A callback to customize the logging of the request and response.

OnResponseAsync(HttpLoggingInterceptorContext)

A callback to customize the logging of the response.

Applies to