DMiddleware 5.1.1
See the version list below for details.
dotnet add package DMiddleware --version 5.1.1
NuGet\Install-Package DMiddleware -Version 5.1.1
<PackageReference Include="DMiddleware" Version="5.1.1" />
paket add DMiddleware --version 5.1.1
#r "nuget: DMiddleware, 5.1.1"
// Install DMiddleware as a Cake Addin #addin nuget:?package=DMiddleware&version=5.1.1 // Install DMiddleware as a Cake Tool #tool nuget:?package=DMiddleware&version=5.1.1
"Request Logging Middleware"
This middleware is designed for .NET applications to facilitate comprehensive logging of HTTP requests and responses.
It captures essential metrics, including CPU usage, memory consumption, and thread count before and after processing each request.
The middleware logs detailed request information—such as the HTTP method, path, and body—alongside the response details, including the response body and status code.
It integrates seamlessly with Entity Framework to store log data in a database, making it easy to audit and monitor application performance.
This package also captures custom error information, providing insights into exceptions that occur during request handling.
The Request Logging Middleware is perfect for developers looking to enhance debugging, improve performance tracking, and maintain robust logging practices within their web applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net5.0
- JsonConverter.Newtonsoft.Json (>= 0.7.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.EntityFrameworkCore (>= 5.0.17)
- Microsoft.EntityFrameworkCore.SqlServer (>= 5.0.17)
- Microsoft.Extensions.Configuration (>= 5.0.0)
- Microsoft.Extensions.Configuration.Json (>= 5.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.