Serilog.Enrichers.Process 3.0.0

Prefix Reserved
dotnet add package Serilog.Enrichers.Process --version 3.0.0
                    
NuGet\Install-Package Serilog.Enrichers.Process -Version 3.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Serilog.Enrichers.Process" Version="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Serilog.Enrichers.Process" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Serilog.Enrichers.Process" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Serilog.Enrichers.Process --version 3.0.0
                    
#r "nuget: Serilog.Enrichers.Process, 3.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Serilog.Enrichers.Process&version=3.0.0
                    
Install Serilog.Enrichers.Process as a Cake Addin
#tool nuget:?package=Serilog.Enrichers.Process&version=3.0.0
                    
Install Serilog.Enrichers.Process as a Cake Tool

Serilog.Enrichers.Process

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 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 was computed.  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 is compatible.  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. 
.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 is compatible.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (156)

Showing the top 5 NuGet packages that depend on Serilog.Enrichers.Process:

Package Downloads
Umbraco.Cms.Infrastructure

Contains the infrastructure assembly needed to run 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.

Takenet.Iris.Common

Iris common data types package

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

EtAlii.xTechnology.Diagnostics

A package that contains generic abstractions for debugging and logging purposes.

GitHub repositories (27)

Showing the top 20 popular GitHub repositories that depend on Serilog.Enrichers.Process:

Repository Stars
kurrent-io/EventStore
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
Dotnet-Boxed/Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
github/VisualStudio
GitHub Extension for Visual Studio
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.
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
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!
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.
Texnomic/SecureDNS
Secure, Modern, Fully-Featured, All-In-One Cross-Architecture & Cross-Platform DNS Server Using .NET 8.0
allisterb/jemalloc.NET
A native memory manager for .NET
charlessolar/eShopOnContainersDDD
Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns
codewithmukesh/dotnet-webapi-zero-to-hero-course
Learn .NET Web APIs the Right Way – From Basics to Production-Ready!
Bannerlord-Coop-Team/BannerlordCoop
jexuswebserver/JexusManager
Jexus Manager http://jexusmanager.com
StefanKert/BuildVision
A Visual Studio extension to visualize the building process.
Version Downloads Last updated
3.0.0 4,779,529 6/14/2024
3.0.0-dev-00770 1,205 6/14/2024
2.0.2 36,723,616 8/15/2021
2.0.2-dev-00763 214 11/14/2023
2.0.2-dev-00754 387 9/15/2021
2.0.2-dev-00750 372 8/15/2021
2.0.2-dev-00746 362 8/15/2021
2.0.2-dev-00741 3,861,119 10/26/2020
2.0.2-dev-00739 13,810 10/20/2020
2.0.2-dev-00738 531 10/20/2020
2.0.2-dev-00737 551 10/20/2020
2.0.2-dev-00733 1,292 10/15/2020
2.0.2-dev-00731 13,679 8/4/2020
2.0.1 23,252,481 2/14/2017
2.0.1-dev-00723 1,257 2/14/2017
2.0.0 276,556 6/29/2016
2.0.0-rc-dev-00722 1,027 2/14/2017
2.0.0-rc-dev-00720 1,038 2/14/2017
2.0.0-rc-711 1,445 5/17/2016
2.0.0-beta-705 1,054 5/17/2016
2.0.0-beta-701 1,202 4/11/2016
2.0.0-beta-700 1,237 3/23/2016
2.0.0-beta-521 1,075 3/18/2016
2.0.0-beta-519 1,180 3/16/2016
2.0.0-beta-516 1,071 3/15/2016
2.0.0-beta-515 1,066 3/15/2016
2.0.0-beta-513 1,051 3/15/2016
2.0.0-beta-511 1,081 3/14/2016
2.0.0-beta-509 1,198 3/13/2016
2.0.0-beta-507 1,485 3/1/2016
2.0.0-beta-505 1,440 2/25/2016
2.0.0-beta-502 1,184 2/22/2016
2.0.0-beta-499 1,173 2/21/2016