Microsoft.AspNetCore.HttpLogging Namespace     
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| HttpLoggingAttribute | Metadata that provides endpoint-specific settings for the HttpLogging middleware. | 
| HttpLoggingInterceptorContext | The context used for IHttpLoggingInterceptor. | 
| HttpLoggingOptions | Options for the Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware. | 
| MediaTypeOptions | Options for HttpLogging to configure which encoding to use for each media type. | 
| W3CLoggerOptions | Options for the Microsoft.AspNetCore.HttpLogging.W3CLogger. | 
Interfaces
| IHttpLoggingInterceptor | Callbacks used to extend the HttpLogging middleware. | 
Enums
| HttpLoggingFields | Flags used to control which parts of the request and response are logged. | 
| W3CLoggingFields | Flags used to control which parts of the request and response are logged in W3C format. |