Serilog.Enrichers.Environment 3.0.1

Prefix Reserved
dotnet add package Serilog.Enrichers.Environment --version 3.0.1                
NuGet\Install-Package Serilog.Enrichers.Environment -Version 3.0.1                
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.Environment" 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.Environment --version 3.0.1                
#r "nuget: Serilog.Enrichers.Environment, 3.0.1"                
#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.
// Install Serilog.Enrichers.Environment as a Cake Addin
#addin nuget:?package=Serilog.Enrichers.Environment&version=3.0.1

// Install Serilog.Enrichers.Environment as a Cake Tool
#tool nuget:?package=Serilog.Enrichers.Environment&version=3.0.1                

Serilog.Enrichers.Environment

Enriches Serilog events with information from the execution environment.

Build status NuGet Version

To use the enricher, first install the NuGet package:

dotnet add package Serilog.Enrichers.Environment

Then, apply the enricher to you LoggerConfiguration:

Log.Logger = new LoggerConfiguration()
    .Enrich.WithMachineName()
    // ...other configuration...
    .CreateLogger();

The WithMachineName() enricher will add a MachineName property to produced events.

Included enrichers

The package includes:

  • WithMachineName() - adds MachineName based on either %COMPUTERNAME% (Windows) or $HOSTNAME (macOS, Linux)
  • WithEnvironmentUserName() - adds EnvironmentUserName based on USERNAME and USERDOMAIN (if available)
  • WithEnvironmentName() - adds EnvironmentName based on ASPNETCORE_ENVIRONMENT or DOTNET_ENVIRONMENT (when both are available then 'ASPNETCORE_ENVIRONMENT' takes precedence, when none are available then the fallback value will be 'Production')
  • WithEnvironmentVariable(string envVarName, string propertyName = null) - adds an <envVarName> property to the log event with the value for the specified environment variable. Optional <propertyName> will override <envVarName> as propertyName.

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. 
.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 (404)

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

Package Downloads
IppDotNetSdkForQuickBooksApiV3

The IPP .NET SDK for QuickBooks V3 is a set of .NET classes that make it easier to call QuickBooks APIs. This is the .Net Standard 2.0 version of the .Net SDK

Sitko.Core.App

Sitko.Core is a set of libraries to help build .NET Core applications fast

NBomber

Modern and flexible load testing framework for Pull and Push scenarios, designed to test any system regardless a protocol (HTTP/WebSockets/AMQP etc) or a semantic model (Pull/Push).

Takenet.Iris.Common

Iris common data types package

Arcus.Observability.Telemetry.Serilog.Enrichers

Provides capability to improve telemetry with Serilog in applications

GitHub repositories (56)

Showing the top 5 popular GitHub repositories that depend on Serilog.Enrichers.Environment:

Repository Stars
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
Dotnet-Boxed/Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
Belphemur/SoundSwitch
C# application to switch default playing device. Download: https://soundswitch.aaflalo.me/
Version Downloads Last updated
3.0.1 2,047,741 6/20/2024
3.0.1-dev-00816 121 6/20/2024
3.0.0 380,604 6/9/2024
3.0.0-dev-00811 119 6/9/2024
3.0.0-dev-00806 184,994 11/14/2023
3.0.0-dev-00804 18,301 10/26/2023
3.0.0-dev-00802 1,140 10/26/2023
2.3.1-dev-00801 7,185 10/16/2023
2.3.0 13,595,193 10/3/2023
2.3.0-dev-00793 79,192 6/4/2023
2.3.0-dev-00792 102,372 2/3/2023
2.3.0-dev-00791 19,667 1/4/2023
2.2.1-dev-00787 702,542 8/15/2021
2.2.0 57,604,321 8/15/2021
2.2.0-dev-00784 75,464 4/5/2021
2.2.0-dev-00780 23,662 2/10/2021
2.2.0-dev-00777 17,156 2/4/2021
2.2.0-dev-00773 191,801 12/15/2020
2.2.0-dev-00770 2,021 12/12/2020
2.2.0-dev-00761 259,385 8/2/2020
2.1.3 51,183,279 3/8/2019
2.1.3-dev-00759 1,470 6/29/2020
2.1.3-dev-00752 121,544 9/22/2018
2.1.3-dev-00748 39,480 6/3/2018
2.1.3-dev-00746 39,735 5/9/2018
2.1.3-dev-00736 87,203 8/16/2017
2.1.2 10,113,350 3/21/2017
2.1.2-dev-00731 6,638 2/21/2017
2.1.1 404,433 11/22/2016
2.1.1-dev-00727 1,863 11/22/2016
2.1.1-dev-00724 2,716 8/11/2016
2.1.0 405,281 7/26/2016
2.1.0-dev-00719 2,150 7/26/2016
2.0.1 100,501 7/18/2016
2.0.0 247,681 6/29/2016
2.0.0-rc-710 2,615 5/26/2016
2.0.0-rc-708 2,303 5/17/2016
2.0.0-beta-701 2,370 4/11/2016
2.0.0-beta-700 1,869 3/23/2016
2.0.0-beta-521 1,847 3/18/2016
2.0.0-beta-519 1,964 3/16/2016
2.0.0-beta-516 1,827 3/15/2016
2.0.0-beta-515 1,845 3/15/2016
2.0.0-beta-513 1,838 3/15/2016
2.0.0-beta-511 1,823 3/14/2016
2.0.0-beta-509 1,819 3/13/2016
2.0.0-beta-507 2,390 3/1/2016
2.0.0-beta-505 1,971 2/25/2016
2.0.0-beta-502 1,955 2/22/2016
2.0.0-beta-499 1,868 2/21/2016