Ogu.Extensions.Logging.HttpClient enables enhanced logging capabilities for HTTP client requests. More info
You can install the library via NuGet Package Manager:
dotnet add package Ogu.Extensions.Logging.HttpClient
Ogu.Extensions.Logging.HttpMiddleware provides middleware-based logging for HTTP requests within applications. More info
You can install the library via NuGet Package Manager:
dotnet add package Ogu.Extensions.Logging.HttpMiddleware
A sample application demonstrating the usage of Ogu.Extensions.Logging.HttpClient & Ogu.Extensions.Logging.HttpMiddleware be found here.