https://github.com/ogulcanturan/ogu.extensions.logging
Contains logging related utilities (HttpClient, HttpMiddleware, CorrelationId)
https://github.com/ogulcanturan/ogu.extensions.logging
correlationid csharp dotnet extensions logging
Last synced: 4 months ago
JSON representation
Contains logging related utilities (HttpClient, HttpMiddleware, CorrelationId)
- Host: GitHub
- URL: https://github.com/ogulcanturan/ogu.extensions.logging
- Owner: ogulcanturan
- License: apache-2.0
- Created: 2024-05-23T18:20:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T19:25:12.000Z (about 2 years ago)
- Last Synced: 2025-12-28T04:43:16.026Z (6 months ago)
- Topics: correlationid, csharp, dotnet, extensions, logging
- Language: C#
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#
Ogu.Extensions.Logging [](https://github.com/ogulcanturan/Ogu.Extensions.Logging/actions/workflows/dotnet.yml)
# Ogu.Extensions.Logging.HttpClient [](https://nuget.org/packages/Ogu.Extensions.Logging.HttpClient) 
Ogu.Extensions.Logging.HttpClient enables enhanced logging capabilities for HTTP client requests. [More info](https://github.com/ogulcanturan/Ogu.Extensions.Logging/tree/master/src/Ogu.Extensions.Logging.HttpClient#readme)
## Installation
You can install the library via NuGet Package Manager:
```bash
dotnet add package Ogu.Extensions.Logging.HttpClient
```
# Ogu.Extensions.Logging.HttpMiddleware [](https://nuget.org/packages/Ogu.Extensions.Logging.HttpMiddleware) 
Ogu.Extensions.Logging.HttpMiddleware provides middleware-based logging for HTTP requests within applications. [More info](https://github.com/ogulcanturan/Ogu.Extensions.Logging/tree/master/src/Ogu.Extensions.Logging.HttpMiddleware#readme)
## Installation
You can install the library via NuGet Package Manager:
```bash
dotnet add package Ogu.Extensions.Logging.HttpMiddleware
```
## Sample Application
A sample application demonstrating the usage of Ogu.Extensions.Logging.HttpClient & Ogu.Extensions.Logging.HttpMiddleware be found [here](https://github.com/ogulcanturan/Ogu.Extensions.Logging/tree/master/samples/SampleHttp.Api).