LoggingMiddleware_geh 0.8.3
dotnet add package LoggingMiddleware_geh --version 0.8.3
NuGet\Install-Package LoggingMiddleware_geh -Version 0.8.3
<PackageReference Include="LoggingMiddleware_geh" Version="0.8.3" />
<PackageVersion Include="LoggingMiddleware_geh" Version="0.8.3" />
<PackageReference Include="LoggingMiddleware_geh" />
paket add LoggingMiddleware_geh --version 0.8.3
#r "nuget: LoggingMiddleware_geh, 0.8.3"
#addin nuget:?package=LoggingMiddleware_geh&version=0.8.3
#tool nuget:?package=LoggingMiddleware_geh&version=0.8.3
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 | net8.0 is compatible. 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. net9.0 was computed. 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. |
-
net8.0
- NLog.Database (>= 5.3.2)
- NLog.Web.AspNetCore (>= 5.3.11)
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.8.3 | 409 | 5/25/2024 |
0.8.2 | 152 | 5/25/2024 |
0.8.1 | 156 | 4/27/2024 |
0.7.11 | 453 | 5/28/2023 |
0.7.10 | 168 | 5/28/2023 |
0.7.9 | 169 | 5/28/2023 |
0.7.8 | 199 | 5/28/2023 |
0.7.7 | 166 | 5/28/2023 |
0.7.6 | 186 | 5/27/2023 |
0.7.5 | 246 | 4/5/2023 |
0.7.4 | 500 | 8/15/2022 |
0.7.3 | 435 | 8/14/2022 |
0.7.2 | 411 | 8/7/2022 |
0.7.1 | 450 | 8/7/2022 |
0.7.0 | 468 | 7/7/2022 |
0.6.3 | 566 | 8/14/2022 |
0.6.2 | 471 | 8/7/2022 |
0.6.1 | 425 | 8/7/2022 |
0.6.0 | 543 | 4/28/2022 |
0.5.8 | 1,057 | 10/16/2021 |
0.5.7 | 929 | 5/23/2021 |
0.5.6 | 485 | 5/23/2021 |
0.5.5 | 446 | 5/14/2021 |
0.5.4 | 545 | 2/7/2021 |
0.5.3 | 430 | 2/7/2021 |
0.5.2 | 486 | 1/16/2021 |
0.5.1 | 449 | 1/11/2021 |
0.5.0 | 662 | 12/3/2020 |
0.3.4 | 724 | 11/3/2020 |
0.3.3 | 577 | 9/27/2020 |
0.3.2 | 620 | 4/10/2020 |
0.3.1 | 1,688 | 3/11/2019 |
0.3.0 | 1,688 | 11/17/2018 |
0.2.0 | 1,876 | 7/31/2018 |
add LogLevel for init