Microsoft.Extensions.Logging 2.0.0-preview2-final

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

This is a prerelease version of Microsoft.Extensions.Logging.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.Logging --version 2.0.0-preview2-final
                    
NuGet\Install-Package Microsoft.Extensions.Logging -Version 2.0.0-preview2-final
                    
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="Microsoft.Extensions.Logging" Version="2.0.0-preview2-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Extensions.Logging" Version="2.0.0-preview2-final" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Extensions.Logging" />
                    
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 Microsoft.Extensions.Logging --version 2.0.0-preview2-final
                    
#r "nuget: Microsoft.Extensions.Logging, 2.0.0-preview2-final"
                    
#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=Microsoft.Extensions.Logging&version=2.0.0-preview2-final&prerelease
                    
Install Microsoft.Extensions.Logging as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.Logging&version=2.0.0-preview2-final&prerelease
                    
Install Microsoft.Extensions.Logging as a Cake Tool

Logging infrastructure default implementation for Microsoft.Extensions.Logging.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 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 (6.0K)

Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Logging:

Package Downloads
Microsoft.EntityFrameworkCore

Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet

Microsoft.EntityFrameworkCore.Relational

Shared Entity Framework Core components for relational database providers.

Microsoft.Extensions.Logging.Configuration

Configuration support for Microsoft.Extensions.Logging.

Microsoft.Extensions.Http

The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. The HttpClient factory provides extensibility to plug in DelegatingHandlers that address cross-cutting concerns such as service location, load balancing, and reliability. The default HttpClient factory provides built-in diagnostics and logging and manages the lifetimes of connections in a performant way. Commonly Used Types: System.Net.Http.IHttpClientFactory

Microsoft.Extensions.Logging.Console

Console logger provider implementation for Microsoft.Extensions.Logging.

GitHub repositories (661)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Extensions.Logging:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
files-community/Files
A modern file manager that helps users organize their files and folders.
DevToys-app/DevToys
A Swiss Army knife for developers.
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 9
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
duplicati/duplicati
Store securely encrypted backups in the cloud!
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
microsoft/garnet
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
chocolatey/choco
Chocolatey - the package manager for Windows
dotnet/orleans
Cloud Native application framework for .NET
Version Downloads Last updated
10.0.0-preview.3.25171.5 1,793 3 days ago
10.0.0-preview.2.25163.2 19,745 a month ago
10.0.0-preview.1.25080.5 26,250 2 months ago
9.0.4 354,482 5 days ago
9.0.3 4,334,702 a month ago
9.0.2 7,370,590 2 months ago
9.0.1 9,631,934 3 months ago
9.0.0 32,465,070 5 months ago
9.0.0-rc.2.24473.5 591,335 6 months ago
9.0.0-rc.1.24431.7 441,485 7 months ago
9.0.0-preview.7.24405.7 178,225 8 months ago
9.0.0-preview.6.24327.7 269,918 9 months ago
9.0.0-preview.5.24306.7 147,245 6/11/2024
9.0.0-preview.4.24266.19 158,816 5/21/2024
9.0.0-preview.3.24172.9 303,621 4/11/2024
9.0.0-preview.2.24128.5 173,371 3/12/2024
9.0.0-preview.1.24080.9 189,990 2/13/2024
8.0.1 65,193,408 6 months ago
8.0.0 274,425,195 11/14/2023
8.0.0-rc.2.23479.6 2,025,032 10/10/2023
8.0.0-rc.1.23419.4 1,231,578 9/12/2023
8.0.0-preview.7.23375.6 681,923 8/8/2023
8.0.0-preview.6.23329.7 401,049 7/11/2023
8.0.0-preview.5.23280.8 299,065 6/13/2023
8.0.0-preview.4.23259.5 530,063 5/16/2023
8.0.0-preview.3.23174.8 430,124 4/11/2023
8.0.0-preview.2.23128.3 311,844 3/14/2023
8.0.0-preview.1.23110.8 230,135 2/21/2023
7.0.0 257,086,914 11/7/2022
7.0.0-rc.2.22472.3 440,689 10/11/2022
7.0.0-rc.1.22426.10 384,267 9/14/2022
7.0.0-preview.7.22375.6 364,509 8/9/2022
7.0.0-preview.6.22324.4 185,975 7/12/2022
7.0.0-preview.5.22301.12 157,465 6/14/2022
7.0.0-preview.4.22229.4 373,352 5/10/2022
7.0.0-preview.3.22175.4 171,851 4/13/2022
7.0.0-preview.2.22152.2 217,094 3/14/2022
7.0.0-preview.1.22076.8 114,485 2/17/2022
6.0.1 1,658,619 5 months ago
6.0.0 564,936,787 11/8/2021
6.0.0-rc.2.21480.5 1,376,447 10/12/2021
6.0.0-rc.1.21451.13 540,132 9/14/2021
6.0.0-preview.7.21377.19 350,252 8/10/2021
6.0.0-preview.6.21352.12 272,028 7/14/2021
6.0.0-preview.5.21301.5 249,550 6/15/2021
6.0.0-preview.4.21253.7 122,337 5/24/2021
6.0.0-preview.3.21201.4 562,379 4/8/2021
6.0.0-preview.2.21154.6 196,988 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21102.12 225,818 2/12/2021 6.0.0-preview.1.21102.12 is deprecated because it is no longer maintained.
5.0.0 489,646,301 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 640,583 10/13/2020 5.0.0-rc.2.20475.5 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.14 518,348 9/14/2020 5.0.0-rc.1.20451.14 is deprecated because it is no longer maintained.
5.0.0-preview.8.20407.11 490,534 8/25/2020 5.0.0-preview.8.20407.11 is deprecated because it is no longer maintained.
5.0.0-preview.7.20364.11 218,301 7/21/2020 5.0.0-preview.7.20364.11 is deprecated because it is no longer maintained.
5.0.0-preview.6.20305.6 90,832 6/25/2020 5.0.0-preview.6.20305.6 is deprecated because it is no longer maintained.
5.0.0-preview.5.20278.1 56,463 6/10/2020 5.0.0-preview.5.20278.1 is deprecated because it is no longer maintained.
5.0.0-preview.4.20251.6 221,714 5/18/2020 5.0.0-preview.4.20251.6 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.2 207,516 4/23/2020 5.0.0-preview.3.20215.2 is deprecated because it is no longer maintained.
5.0.0-preview.2.20160.3 225,642 4/2/2020 5.0.0-preview.2.20160.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20120.4 82,380 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 14,057,495 12/13/2022
3.1.31 2,447,504 11/8/2022
3.1.30 2,478,468 10/11/2022
3.1.29 2,277,433 9/13/2022
3.1.28 2,637,890 8/9/2022
3.1.27 1,993,918 7/12/2022
3.1.26 1,695,057 6/14/2022
3.1.25 2,697,502 5/10/2022
3.1.24 1,774,212 4/11/2022
3.1.23 3,223,018 3/8/2022
3.1.22 16,878,435 12/14/2021
3.1.21 6,911,012 11/7/2021
3.1.20 4,109,309 10/11/2021
3.1.19 4,901,263 9/14/2021
3.1.18 45,446,292 8/10/2021
3.1.17 6,032,309 7/13/2021
3.1.16 10,059,357 6/8/2021
3.1.15 7,237,046 5/11/2021
3.1.14 9,750,731 4/6/2021
3.1.13 12,593,421 3/9/2021
3.1.12 10,354,490 2/9/2021
3.1.11 12,286,543 1/12/2021
3.1.10 20,750,823 11/9/2020
3.1.9 70,873,370 10/13/2020
3.1.8 62,320,110 9/8/2020
3.1.7 32,487,190 8/11/2020
3.1.6 36,873,087 7/14/2020
3.1.5 36,024,790 6/9/2020
3.1.4 42,230,536 5/12/2020
3.1.3 106,502,691 3/24/2020
3.1.2 73,359,800 2/18/2020
3.1.1 39,357,274 1/14/2020
3.1.0 171,726,378 12/3/2019
3.1.0-preview3.19553.2 225,074 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 72,572 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 1,196,080 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 78,246,197 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 1,056,524 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 4,583,053 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 87,709,304 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 85,959 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 1,501,042 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 552,727 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 157,118 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 309,653 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 769,229 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 48,789 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 328,328 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 167,110 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 146,705 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.0 244,938,727 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 384,531 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 259,355 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 140,726 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 405,104,516 6/18/2018
2.1.0 337,620,713 5/29/2018
2.1.0-rc1-final 554,736 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 520,512 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 611,195 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.2 26,233,302 5/7/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 43,355,330 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 337,788,882 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 370,063 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 1,141,602 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.2 16,525,033 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 29,724,903 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 16,634,114 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 175,624 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.2 79,400,272 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 4,666,868 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 26,659,539 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 1,821,412 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.
1.0.0-rc1-final 649,510 11/18/2015 1.0.0-rc1-final is deprecated because it is no longer maintained.