![]() |
VOOZH | about |
dotnet add package Serilog.Enrichers.Process --version 3.0.0
NuGet\Install-Package Serilog.Enrichers.Process -Version 3.0.0
<PackageReference Include="Serilog.Enrichers.Process" Version="3.0.0" />
<PackageVersion Include="Serilog.Enrichers.Process" Version="3.0.0" />Directory.Packages.props
<PackageReference Include="Serilog.Enrichers.Process" />Project file
paket add Serilog.Enrichers.Process --version 3.0.0
#r "nuget: Serilog.Enrichers.Process, 3.0.0"
#:package Serilog.Enrichers.Process@3.0.0
#addin nuget:?package=Serilog.Enrichers.Process&version=3.0.0Install as a Cake Addin
#tool nuget:?package=Serilog.Enrichers.Process&version=3.0.0Install as a Cake Tool
The process enricher for Serilog.
👁 Build status
👁 NuGet Version
To use the enricher, first install the NuGet package:
Install-Package Serilog.Enrichers.Process
Then add Enrich.WithProcessId() and/or .WithProcessName() to the LoggerConfiguration():
Log.Logger = new LoggerConfiguration()
.WriteTo.Console()
.Enrich.WithProcessId()
.Enrich.WithProcessName()
.CreateLogger();
Copyright © 2016 Serilog Contributors - Provided under the Apache License, Version 2.0.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 is compatible. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Serilog.Enrichers.Process:
| Package | Downloads |
|---|---|
|
Umbraco.Cms.Web.Common
Contains the web assembly needed to run Umbraco CMS. |
|
|
Umbraco.Cms.Infrastructure
Contains the infrastructure assembly needed to run Umbraco CMS. |
|
|
Umbraco.Cms.Examine.Lucene
Adds Examine searching support using Lucene to Umbraco CMS. |
|
|
Umbraco.Cms.Web.Website
Contains the website assembly needed to run the frontend of Umbraco CMS. |
|
|
UmbracoCms.Core
Contains the core assemblies needed to run Umbraco Cms. This package only contains assemblies and can be used for package development. Use the UmbracoCms package to setup Umbraco in Visual Studio as an ASP.NET project. |
Showing the top 20 popular GitHub repositories that depend on Serilog.Enrichers.Process:
| Repository | Stars |
|---|---|
|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 10 Starter Kit (Web API + React Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
|
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
|
|
|
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
|
|
|
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
|
|
|
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
|
|
|
Dotnet-Boxed/Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
|
|
|
AIDotNet/OpenDeepWiki
OpenDeepWiki is the open-source version of the DeepWiki project, aiming to provide a powerful knowledge management and collaboration platform. The project is mainly developed using C# and TypeScript, supporting modular design, and is easy to expand and customize.
|
|
|
github/VisualStudio
GitHub Extension for Visual Studio
|
|
|
tareqimbasher/NetPad
A cross-platform C# editor and playground.
|
|
|
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
|
|
|
iammukeshm/CleanArchitecture.WebApi
An implementation of Clean Architecture for ASP.NET Core 3.1 WebAPI. Built with loosely coupled architecture and clean-code practices in mind.
|
|
|
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
|
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
|
|
PacktPublishing/Hands-On-Domain-Driven-Design-with-.NET-Core
Hands-On Domain-Driven Design with .NET Core, published by Packt
|
|
|
nkdAgility/azure-devops-migration-tools
Azure DevOps Migration Tools allow you to migrate Teams, Backlogs, Work Items, Tasks, Test Cases, and Plans & Suits from one Project to another in Azure DevOps / TFS both within the same Organisation, and between Organisations.
|
|
|
fullstackhero/dotnet-microservices-boilerplate
The Ultimate Microservices Starter Kit for .NET Developers!
|
|
|
codewithmukesh/dotnet-webapi-zero-to-hero-course
Learn .NET 10 Web APIs the Right Way – From Basics to Production-Ready!
|
|
|
Eppie-io/Eppie-App
Eppie — open protocol encrypted p2p email
|
|
|
Texnomic/SecureDNS
Secure, Modern, Fully-Featured, All-In-One Cross-Architecture & Cross-Platform DNS Server Using .NET 10
|
|
|
ShawnShiSS/clean-architecture-azure-cosmos-db
A starting point to build a web API to work with Azure Cosmos DB using .NET 5 and Azure Cosmos DB .NET SDK V3, based on Clean Architecture and repository design pattern. Partition key is also implemented through the repository pattern.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0 | 24,250,043 | 6/14/2024 |
| 3.0.0-dev-00770 | 1,461 | 6/14/2024 |
| 2.0.2 | 48,757,883 | 8/15/2021 |
| 2.0.2-dev-00763 | 382 | 11/14/2023 |
| 2.0.2-dev-00754 | 645 | 9/15/2021 |
| 2.0.2-dev-00750 | 620 | 8/15/2021 |
| 2.0.2-dev-00746 | 610 | 8/15/2021 |
| 2.0.2-dev-00741 | 6,104,677 | 10/26/2020 |
| 2.0.2-dev-00739 | 14,119 | 10/20/2020 |
| 2.0.2-dev-00738 | 797 | 10/20/2020 |
| 2.0.2-dev-00737 | 809 | 10/20/2020 |
| 2.0.2-dev-00733 | 1,907 | 10/15/2020 |
| 2.0.2-dev-00731 | 14,316 | 8/4/2020 |
| 2.0.1 | 26,201,125 | 2/14/2017 |
| 2.0.1-dev-00723 | 1,656 | 2/14/2017 |
| 2.0.0 | 397,695 | 6/29/2016 |
| 2.0.0-rc-dev-00722 | 1,397 | 2/14/2017 |
| 2.0.0-rc-dev-00720 | 1,429 | 2/14/2017 |
| 2.0.0-rc-711 | 1,843 | 5/17/2016 |
| 2.0.0-beta-705 | 1,444 | 5/17/2016 |