Provides LoggingHandler as an implemetation of HttpMessageHandler that logs requests and responses into an ILogger instance.
Info
Version: | 1.0.0 |
Author(s): | Adel Karzazi |
Last Update: | Tuesday, April 28, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/akarzazi/HttpClientLogging |
NuGet Url: | https://www.nuget.org/packages/HttpClientLogging |
Install
Install-Package HttpClientLogging
dotnet add package HttpClientLogging
paket add HttpClientLogging
HttpClientLogging Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.3)
- System.Text.Json(>= 4.7.1)
Tags