Serilog.Enrichers.Span
3.1.0
dotnet add package Serilog.Enrichers.Span --version 3.1.0
NuGet\Install-Package Serilog.Enrichers.Span -Version 3.1.0
<PackageReference Include="Serilog.Enrichers.Span" Version="3.1.0" />
<PackageVersion Include="Serilog.Enrichers.Span" Version="3.1.0" />
<PackageReference Include="Serilog.Enrichers.Span" />
paket add Serilog.Enrichers.Span --version 3.1.0
#r "nuget: Serilog.Enrichers.Span, 3.1.0"
#:package Serilog.Enrichers.Span@3.1.0
#addin nuget:?package=Serilog.Enrichers.Span&version=3.1.0
#tool nuget:?package=Serilog.Enrichers.Span&version=3.1.0
Enrich Serilog log events with properties from open telemetry spans using .NET's Activity API.
What Does It Do?
Enriches logs with a spans unique identifier, parent unique identifier and ASP.NET's trace unique identifier. Serilog.Enrichers.Span
is an add-on to Serilog to log exception details and custom properties that are not output in Exception.ToString()
.
Getting Started
Add the Serilog.Enrichers.Span NuGet package.
dotnet add package Serilog.Enrichers.Span
When setting up your logger, add the WithSpan()
line like so:
using Serilog;
using Serilog.Enrichers.Span;
ILogger logger = new LoggerConfiguration()
.Enrich.WithSpan()
.WriteTo.RollingFile(
new JsonFormatter(renderMessage: true),
@"C:\logs\log-{Date}.txt")
.CreateLogger();
Continuous Integration
Name | Operating System | Status | History |
---|---|---|---|
Azure Pipelines | Ubuntu | ||
Azure Pipelines | Mac | ||
Azure Pipelines | Windows | ||
Azure Pipelines | Overall | ||
GitHub Actions | Ubuntu, Mac & Windows | ||
AppVeyor | Ubuntu, Mac & Windows |
Contributions and Thanks
Please view the contributing guide for more information.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. 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. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- Serilog (>= 2.10.0)
- System.Diagnostics.DiagnosticSource (>= 7.0.0)
-
.NETStandard 2.0
- Serilog (>= 2.10.0)
- System.Diagnostics.DiagnosticSource (>= 7.0.0)
-
net6.0
- Serilog (>= 2.10.0)
- System.Diagnostics.DiagnosticSource (>= 7.0.0)
-
net7.0
- Serilog (>= 2.10.0)
- System.Diagnostics.DiagnosticSource (>= 7.0.0)
NuGet packages (43)
Showing the top 5 NuGet packages that depend on Serilog.Enrichers.Span:
Package | Downloads |
---|---|
Genocs.Logging
The logging library. |
|
CucurbIT.Infrastructure.Logging.Targets
Package Description |
|
Newguys.Telemetry
Package Description |
|
Rocket.Surgery.LaunchPad.Serilog
Package Description |
|
ProjectOrigin.ServiceCommon
This library contains common service code to more easily create streamlined services. |
GitHub repositories (13)
Showing the top 13 popular GitHub repositories that depend on Serilog.Enrichers.Span:
Repository | Stars |
---|---|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
Dotnet-Boxed/Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
|
|
exceptionless/Exceptionless
Exceptionless application
|
|
meysamhadeli/booking-microservices
A practical microservices with the latest technologies and architecture like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, Masstransit in .Net 9.
|
|
bing-framework/Bing.NetCore
Bing是基于 .net core 3.1 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
|
|
mehdihadeli/food-delivery-microservices
🍔 A practical and imaginary food delivery microservices, built with .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
damikun/trouble-training
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
|
|
mehdihadeli/food-delivery-modular-monolith
🌭 A practical and imaginary food and grocery delivery modular monolith, built with .Net 8, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
meysamhadeli/booking-modular-monolith
A practical Modular Monolith architecture with the latest technologies and architecture like Vertical Slice Architecture, Event Driven Architecture, CQRS, DDD, gRpc and Masstransit in .Net 9.
|
|
philosowaffle/peloton-to-garmin
Convert workout data from Peloton into JSON/TCX/FIT files and automatically upload to Garmin Connect
|
|
babaktaremi/Clean-Architecture-Template
🧹 Ready to develop template based on clean architecture principles. Supports ASP NET Core Identity integrated with JWE tokens, OTP authentication, stand alone plugin development, CQRS pattern using MediatR library and dynamic permission management system out of the box
|
|
Letterbook/Letterbook
Sustainable federated social media built for open correspondence
|
|
baranacikgoz/modular-monolith-ddd-vsa-webapi
A .NET 9 Webapi boilerplate with Modular Monolith approach, Domain-Driven Design and Vertical Slices architecture along with Clean Architecture principles per feature.
|
Version | Downloads | Last Updated |
---|---|---|
3.1.0 | 16,791,831 | 1/10/2023 |
3.0.0 | 1,472,833 | 11/9/2022 |
2.3.0 | 4,436,076 | 3/30/2022 |
2.2.0 | 287,669 | 2/22/2022 |
2.1.0 | 144,697 | 2/9/2022 |
2.0.1 | 1,164,155 | 11/22/2021 |
2.0.0 | 47,610 | 11/9/2021 |
1.4.0 | 457,482 | 9/7/2021 |
1.3.0 | 265,762 | 8/5/2021 |
1.2.0 | 1,204,182 | 4/5/2021 |
1.1.0 | 167,979 | 1/6/2021 |
1.0.1 | 43,461 | 11/23/2020 |
1.0.0 | 9,211 | 11/20/2020 |