LoggingMiddleware_geh 0.7.9
See the version list below for details.
dotnet add package LoggingMiddleware_geh --version 0.7.9
NuGet\Install-Package LoggingMiddleware_geh -Version 0.7.9
<PackageReference Include="LoggingMiddleware_geh" Version="0.7.9" />
paket add LoggingMiddleware_geh --version 0.7.9
#r "nuget: LoggingMiddleware_geh, 0.7.9"
// Install LoggingMiddleware_geh as a Cake Addin #addin nuget:?package=LoggingMiddleware_geh&version=0.7.9 // Install LoggingMiddleware_geh as a Cake Tool #tool nuget:?package=LoggingMiddleware_geh&version=0.7.9
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 | net7.0 is compatible. 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. 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. |
-
net7.0
- NLog.Database (>= 5.1.5)
- NLog.Web.AspNetCore (>= 5.2.3)
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 | 364 | 5/25/2024 |
0.8.2 | 147 | 5/25/2024 |
0.8.1 | 151 | 4/27/2024 |
0.7.11 | 438 | 5/28/2023 |
0.7.10 | 156 | 5/28/2023 |
0.7.9 | 156 | 5/28/2023 |
0.7.8 | 187 | 5/28/2023 |
0.7.7 | 152 | 5/28/2023 |
0.7.6 | 174 | 5/27/2023 |
0.7.5 | 232 | 4/5/2023 |
0.7.4 | 481 | 8/15/2022 |
0.7.3 | 407 | 8/14/2022 |
0.7.2 | 392 | 8/7/2022 |
0.7.1 | 429 | 8/7/2022 |
0.7.0 | 446 | 7/7/2022 |
0.6.3 | 546 | 8/14/2022 |
0.6.2 | 451 | 8/7/2022 |
0.6.1 | 405 | 8/7/2022 |
0.6.0 | 517 | 4/28/2022 |
0.5.8 | 1,026 | 10/16/2021 |
0.5.7 | 896 | 5/23/2021 |
0.5.6 | 448 | 5/23/2021 |
0.5.5 | 414 | 5/14/2021 |
0.5.4 | 504 | 2/7/2021 |
0.5.3 | 390 | 2/7/2021 |
0.5.2 | 446 | 1/16/2021 |
0.5.1 | 406 | 1/11/2021 |
0.5.0 | 621 | 12/3/2020 |
0.3.4 | 683 | 11/3/2020 |
0.3.3 | 534 | 9/27/2020 |
0.3.2 | 573 | 4/10/2020 |
0.3.1 | 1,635 | 3/11/2019 |
0.3.0 | 1,630 | 11/17/2018 |
0.2.0 | 1,770 | 7/31/2018 |
FIX: remove References to NLog