Microsoft.Extensions.Logging 2.0.0-preview1-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-preview1-final
                    
NuGet\Install-Package Microsoft.Extensions.Logging -Version 2.0.0-preview1-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-preview1-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-preview1-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-preview1-final
                    
#r "nuget: Microsoft.Extensions.Logging, 2.0.0-preview1-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-preview1-final&prerelease
                    
Install Microsoft.Extensions.Logging as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.Logging&version=2.0.0-preview1-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 (624)

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.2.25163.2 17,267 23 days ago
10.0.0-preview.1.25080.5 25,467 2 months ago
9.0.4 108,954 2 days ago
9.0.3 3,964,573 a month ago
9.0.2 7,107,048 2 months ago
9.0.1 9,358,082 3 months ago
9.0.0 31,617,409 5 months ago
9.0.0-rc.2.24473.5 586,568 6 months ago
9.0.0-rc.1.24431.7 437,619 7 months ago
9.0.0-preview.7.24405.7 177,163 8 months ago
9.0.0-preview.6.24327.7 266,192 9 months ago
9.0.0-preview.5.24306.7 146,656 10 months ago
9.0.0-preview.4.24266.19 157,036 5/21/2024
9.0.0-preview.3.24172.9 302,110 4/11/2024
9.0.0-preview.2.24128.5 172,537 3/12/2024
9.0.0-preview.1.24080.9 189,006 2/13/2024
8.0.1 63,894,722 6 months ago
8.0.0 272,297,663 11/14/2023
8.0.0-rc.2.23479.6 2,016,867 10/10/2023
8.0.0-rc.1.23419.4 1,226,140 9/12/2023
8.0.0-preview.7.23375.6 678,999 8/8/2023
8.0.0-preview.6.23329.7 399,936 7/11/2023
8.0.0-preview.5.23280.8 298,497 6/13/2023
8.0.0-preview.4.23259.5 527,496 5/16/2023
8.0.0-preview.3.23174.8 428,903 4/11/2023
8.0.0-preview.2.23128.3 311,483 3/14/2023
8.0.0-preview.1.23110.8 229,932 2/21/2023
7.0.0 256,430,274 11/7/2022
7.0.0-rc.2.22472.3 439,994 10/11/2022
7.0.0-rc.1.22426.10 383,971 9/14/2022
7.0.0-preview.7.22375.6 364,156 8/9/2022
7.0.0-preview.6.22324.4 185,544 7/12/2022
7.0.0-preview.5.22301.12 157,376 6/14/2022
7.0.0-preview.4.22229.4 372,891 5/10/2022
7.0.0-preview.3.22175.4 171,754 4/13/2022
7.0.0-preview.2.22152.2 217,036 3/14/2022
7.0.0-preview.1.22076.8 114,436 2/17/2022
6.0.1 1,619,354 5 months ago
6.0.0 563,339,438 11/8/2021
6.0.0-rc.2.21480.5 1,375,589 10/12/2021
6.0.0-rc.1.21451.13 539,269 9/14/2021
6.0.0-preview.7.21377.19 349,862 8/10/2021
6.0.0-preview.6.21352.12 271,940 7/14/2021
6.0.0-preview.5.21301.5 249,141 6/15/2021
6.0.0-preview.4.21253.7 122,317 5/24/2021
6.0.0-preview.3.21201.4 562,024 4/8/2021
6.0.0-preview.2.21154.6 196,936 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,418 2/12/2021 6.0.0-preview.1.21102.12 is deprecated because it is no longer maintained.
5.0.0 488,837,250 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 640,235 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,216 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,025 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,245 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,803 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,448 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,668 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,402 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,528 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,350 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 13,984,044 12/13/2022
3.1.31 2,439,128 11/8/2022
3.1.30 2,475,261 10/11/2022
3.1.29 2,272,131 9/13/2022
3.1.28 2,632,875 8/9/2022
3.1.27 1,990,435 7/12/2022
3.1.26 1,691,912 6/14/2022
3.1.25 2,694,898 5/10/2022
3.1.24 1,772,367 4/11/2022
3.1.23 3,219,651 3/8/2022
3.1.22 16,838,720 12/14/2021
3.1.21 6,904,117 11/7/2021
3.1.20 4,101,534 10/11/2021
3.1.19 4,896,769 9/14/2021
3.1.18 45,373,865 8/10/2021
3.1.17 6,027,004 7/13/2021
3.1.16 10,050,750 6/8/2021
3.1.15 7,231,627 5/11/2021
3.1.14 9,742,809 4/6/2021
3.1.13 12,581,801 3/9/2021
3.1.12 10,345,983 2/9/2021
3.1.11 12,273,965 1/12/2021
3.1.10 20,737,580 11/9/2020
3.1.9 70,768,417 10/13/2020
3.1.8 62,253,065 9/8/2020
3.1.7 32,447,013 8/11/2020
3.1.6 36,845,946 7/14/2020
3.1.5 36,005,136 6/9/2020
3.1.4 42,171,296 5/12/2020
3.1.3 106,232,004 3/24/2020
3.1.2 73,308,316 2/18/2020
3.1.1 39,331,543 1/14/2020
3.1.0 171,277,075 12/3/2019
3.1.0-preview3.19553.2 225,036 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 72,552 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 1,195,324 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 78,033,938 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 1,056,002 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 4,580,978 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 87,631,941 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 85,938 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 1,500,554 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 552,440 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 157,072 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 309,570 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 768,996 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 48,776 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 328,262 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 167,037 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 146,702 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.0 244,619,785 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 384,496 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 259,285 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 140,693 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 403,867,754 6/18/2018
2.1.0 337,024,470 5/29/2018
2.1.0-rc1-final 554,432 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 520,487 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 611,106 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.2 26,192,838 5/7/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 43,327,563 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 337,324,641 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 369,678 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 1,141,195 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.2 16,513,355 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 29,704,788 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 16,607,077 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 175,616 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.2 79,370,627 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 4,664,527 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 26,625,335 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 1,821,282 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.
1.0.0-rc1-final 649,465 11/18/2015 1.0.0-rc1-final is deprecated because it is no longer maintained.