Serilog.Enrichers.CorrelationId
3.0.1
Enrich logs with a unique ID so you can track logs for specific requests.
Install-Package Serilog.Enrichers.CorrelationId -Version 3.0.1
dotnet add package Serilog.Enrichers.CorrelationId --version 3.0.1
<PackageReference Include="Serilog.Enrichers.CorrelationId" Version="3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Serilog.Enrichers.CorrelationId --version 3.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Serilog.Enrichers.CorrelationId, 3.0.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Serilog.Enrichers.CorrelationId as a Cake Addin
#addin nuget:?package=Serilog.Enrichers.CorrelationId&version=3.0.1
// Install Serilog.Enrichers.CorrelationId as a Cake Tool
#tool nuget:?package=Serilog.Enrichers.CorrelationId&version=3.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5.2
- Serilog (>= 2.4.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http (>= 2.1.1)
- Serilog (>= 2.7.1)
-
.NETStandard 2.1
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Serilog (>= 2.9.0)
Used By
NuGet packages (15)
Showing the top 5 NuGet packages that depend on Serilog.Enrichers.CorrelationId:
Package | Downloads |
---|---|
Swisschain.Sdk.Server
Package Description
|
|
Nectain.Logger
Package Description
|
|
LiveTranslate.Core
Package Description
|
|
CheckSafe.Service.Core
Package Description
|
|
IceArtefact.Infrastructure.Core
Package Description
|
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Serilog.Enrichers.CorrelationId:
Repository | Stars |
---|---|
madslundt/NetCoreMicroservicesSample
Sample using micro services in .NET Core 3.1 Focusing on clean code
|
|
lkurzyniec/netcore-boilerplate
Boilerplate of API in .NET Core 3.1
|