Soenneker.Extensions.Logger 4.0.263

Prefix Reserved
dotnet add package Soenneker.Extensions.Logger --version 4.0.263
                    
NuGet\Install-Package Soenneker.Extensions.Logger -Version 4.0.263
                    
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="Soenneker.Extensions.Logger" Version="4.0.263" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Extensions.Logger" Version="4.0.263" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Extensions.Logger" />
                    
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 Soenneker.Extensions.Logger --version 4.0.263
                    
#r "nuget: Soenneker.Extensions.Logger, 4.0.263"
                    
#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 Soenneker.Extensions.Logger@4.0.263
                    
#: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=Soenneker.Extensions.Logger&version=4.0.263
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.Logger&version=4.0.263
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Extensions.Logger

Extension methods for writing consistent application lifecycle and diagnostic information through ILogger.

Installation

dotnet add package Soenneker.Extensions.Logger

Usage

using Soenneker.Extensions.Logger;

TimeZoneInfo reportingZone = TimeZoneInfo.FindSystemTimeZoneById("Eastern Standard Time");
logger.LogStartupInformation(reportingZone);

LogStartupInformation() emits three Debug messages:

----- Startup information -----
Current time: <precise local timestamp> (<time-zone ID>)
----- /Startup information -----

The timestamp is captured in UTC, converted with the supplied TimeZoneInfo, and formatted with the Soenneker precise date format. The time-zone ID is logged separately as structured data under timeZoneId; the formatted timestamp is stored under time.

When Debug logging is disabled, the method returns before capturing or formatting the timestamp. The logger must be non-null. The time zone must be non-null when Debug logging is enabled.

This method reports process startup timing only. It does not log environment names, assembly versions, configuration, machine identity, or health status.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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
4.0.263 23 9/25/2026
4.0.262 29 9/25/2026
4.0.261 33 9/24/2026
4.0.260 40 9/24/2026
4.0.259 190 9/16/2026
4.0.258 88 9/16/2026
4.0.257 93 9/15/2026
4.0.256 101 9/13/2026
4.0.255 85 9/13/2026
4.0.254 85 9/12/2026
4.0.253 95 9/12/2026
4.0.252 95 9/12/2026
4.0.251 98 9/12/2026
4.0.250 96 9/12/2026
4.0.249 99 9/10/2026
4.0.248 102 9/9/2026
4.0.247 101 9/8/2026
4.0.246 100 9/8/2026
4.0.245 101 9/7/2026
4.0.244 96 9/7/2026
Loading failed

Updated NuGet packages