LoggingMiddleware_geh 0.9.2
dotnet add package LoggingMiddleware_geh --version 0.9.2
NuGet\Install-Package LoggingMiddleware_geh -Version 0.9.2
<PackageReference Include="LoggingMiddleware_geh" Version="0.9.2" />
<PackageVersion Include="LoggingMiddleware_geh" Version="0.9.2" />
<PackageReference Include="LoggingMiddleware_geh" />
paket add LoggingMiddleware_geh --version 0.9.2
#r "nuget: LoggingMiddleware_geh, 0.9.2"
#:package LoggingMiddleware_geh@0.9.2
#addin nuget:?package=LoggingMiddleware_geh&version=0.9.2
#tool nuget:?package=LoggingMiddleware_geh&version=0.9.2
LoggingMiddleware_geh
Description
In July 2018 i started to write a .NET Core middleware, that should log API-Requests and -Responses.
Additionally the timing of a Request/Response is measured und can be logged
in a metric-data format suitable for Splunk, Elasticsearch, SigNoz or similar tools.
Optionally the full Body, all Headers and/or the Querystring can be logged.
The name LoggingMiddleware was already used, so i appended my 3-char Initials meaning Gerhard Herre
The LoggingMiddleware_geh project is based on NLog. For an example nlog.config see the Demo-Project.
I started this project using .NET Core 1.1, right now the master-branch is using .NET 7.0.
I use this project successfully for several Swingdance-related Websites like
RockThatSwing-Festival
or Munich Balboa and Shag Weekend
Demo-Project
There is a .NET Core Web App project LoggingMiddleware_geh_Demo that demonstrates the usage of the Logging library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- NLog.Database (>= 5.5.1)
- NLog.Web.AspNetCore (>= 5.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.9.2 | 486 | 7/22/2025 |
0.9.1 | 485 | 7/22/2025 |
0.8.3 | 435 | 5/25/2024 |
0.8.2 | 161 | 5/25/2024 |
0.8.1 | 169 | 4/27/2024 |
0.7.11 | 473 | 5/28/2023 |
0.7.10 | 189 | 5/28/2023 |
0.7.9 | 190 | 5/28/2023 |
0.7.8 | 219 | 5/28/2023 |
0.7.7 | 187 | 5/28/2023 |
0.7.6 | 207 | 5/27/2023 |
0.7.5 | 269 | 4/5/2023 |
0.7.4 | 523 | 8/15/2022 |
0.7.3 | 457 | 8/14/2022 |
0.7.2 | 433 | 8/7/2022 |
0.7.1 | 483 | 8/7/2022 |
0.7.0 | 490 | 7/7/2022 |
0.6.3 | 588 | 8/14/2022 |
0.6.2 | 495 | 8/7/2022 |
0.6.1 | 456 | 8/7/2022 |
0.6.0 | 568 | 4/28/2022 |
0.5.8 | 1,083 | 10/16/2021 |
0.5.7 | 955 | 5/23/2021 |
0.5.6 | 519 | 5/23/2021 |
0.5.5 | 476 | 5/14/2021 |
0.5.4 | 576 | 2/7/2021 |
0.5.3 | 458 | 2/7/2021 |
0.5.2 | 511 | 1/16/2021 |
0.5.1 | 475 | 1/11/2021 |
0.5.0 | 697 | 12/3/2020 |
0.3.4 | 751 | 11/3/2020 |
0.3.3 | 603 | 9/27/2020 |
0.3.2 | 646 | 4/10/2020 |
0.3.1 | 1,717 | 3/11/2019 |
0.3.0 | 1,716 | 11/17/2018 |
0.2.0 | 1,929 | 7/31/2018 |
Upgrade to net9.0, Specify NLog dependency 5.*