Soenneker.Extensions.Logger 4.0.229

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Extensions.Logger --version 4.0.229
                    
NuGet\Install-Package Soenneker.Extensions.Logger -Version 4.0.229
                    
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.229" />
                    
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.229" />
                    
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.229
                    
#r "nuget: Soenneker.Extensions.Logger, 4.0.229"
                    
#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.229
                    
#: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.229
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Extensions.Logger&version=4.0.229
                    
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 eastern = TimeZoneInfo.FindSystemTimeZoneById("Eastern Standard Time");
logger.LogStartupInformation(eastern);

LogStartupInformation() emits three Debug messages: an opening marker, the current UTC time converted to the supplied time zone, and a closing marker. The timestamp uses the Soenneker precise date format.

The text labels the time as ET regardless of which TimeZoneInfo is supplied, so pass an Eastern time zone if the label must be accurate. Nothing is written when Debug logging is disabled. Both arguments must be non-null.

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.238 66 9/1/2026
4.0.237 73 8/31/2026
4.0.236 77 8/31/2026
4.0.235 82 8/31/2026
4.0.234 91 8/30/2026
4.0.233 76 8/30/2026
4.0.232 76 8/30/2026
4.0.231 79 8/30/2026
4.0.230 74 8/30/2026
4.0.229 82 8/30/2026
4.0.228 75 8/29/2026
4.0.226 85 8/29/2026
4.0.225 80 8/29/2026
4.0.224 111 8/26/2026
4.0.223 72 8/26/2026
4.0.222 94 8/25/2026
4.0.221 106 8/22/2026
4.0.220 201 8/21/2026
4.0.219 179 8/18/2026
4.0.218 96 8/18/2026
Loading failed

Update dependency Soenneker.Extensions.DateTimeOffsets to 4.0.133 (#610)