FarNominal.Logging.Serilog 1.0.15

dotnet add package FarNominal.Logging.Serilog --version 1.0.15
                    
NuGet\Install-Package FarNominal.Logging.Serilog -Version 1.0.15
                    
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="FarNominal.Logging.Serilog" Version="1.0.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FarNominal.Logging.Serilog" Version="1.0.15" />
                    
Directory.Packages.props
<PackageReference Include="FarNominal.Logging.Serilog" />
                    
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 FarNominal.Logging.Serilog --version 1.0.15
                    
#r "nuget: FarNominal.Logging.Serilog, 1.0.15"
                    
#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.
#:package FarNominal.Logging.Serilog@1.0.15
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FarNominal.Logging.Serilog&version=1.0.15
                    
Install as a Cake Addin
#tool nuget:?package=FarNominal.Logging.Serilog&version=1.0.15
                    
Install as a Cake Tool

FarNominal.Logging.Serilog

Implementation of logging enrichment and log level control using Serilog.


Product Compatible and additional computed target framework versions.
.NET 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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.15 81 7/5/2025
1.0.14 113 2/25/2025
1.0.13 127 12/26/2024
1.0.12 121 11/14/2024
1.0.11 120 10/5/2024
1.0.10 154 8/26/2024
1.0.9 125 8/8/2024
1.0.8 120 7/22/2024
1.0.7 124 7/16/2024
1.0.6 128 5/20/2024
1.0.5 119 5/16/2024
1.0.4 128 5/9/2024
1.0.3 156 4/11/2024
1.0.2 138 4/1/2024

1.0.15 - Rebuild with updated interfaces.
1.0.14 - Rebuild with date/time extension methods for Unix epoch conversions.
1.0.13 - Rebuild with Unix epoch extension methods.
1.0.12 - Rebuild with geographic coordinate obfuscation.
1.0.11 - Rebuild with default timestamp for service result.
1.0.10 - Rebuild with enum extension methods.
1.0.9 - Rebuild with type for geographic coordinates.
1.0.8 - Rebuild with optional leading/trailing whitespace in key-value pair lookup.
1.0.7 - Update third-party NuGet packages.
1.0.6 - Rebuild with new metadata method.
1.0.5 - Rebuild with updated time unit enum.
1.0.4 - Rebuild with updated time unit enum.
1.0.3 - Rebuild with updated interface for string conversion methods.
1.0.2 - Initial revision, targetting .NET 8