Microsoft.Extensions.Logging
2.1.0-preview1-final
Prefix Reserved
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
See the version list below for details.
dotnet add package Microsoft.Extensions.Logging --version 2.1.0-preview1-final
NuGet\Install-Package Microsoft.Extensions.Logging -Version 2.1.0-preview1-final
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.0-preview1-final" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="2.1.0-preview1-final" />
<PackageReference Include="Microsoft.Extensions.Logging" />
paket add Microsoft.Extensions.Logging --version 2.1.0-preview1-final
#r "nuget: Microsoft.Extensions.Logging, 2.1.0-preview1-final"
#addin nuget:?package=Microsoft.Extensions.Logging&version=2.1.0-preview1-final&prerelease
#tool nuget:?package=Microsoft.Extensions.Logging&version=2.1.0-preview1-final&prerelease
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Product | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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 | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration.Binder (>= 2.1.0-preview1-final)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.1.0-preview1-final)
- Microsoft.Extensions.Logging.Abstractions (>= 2.1.0-preview1-final)
- Microsoft.Extensions.Options (>= 2.1.0-preview1-final)
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.2.25163.2 | 15,764 | 3/18/2025 | |
10.0.0-preview.1.25080.5 | 25,091 | 2/25/2025 | |
9.0.4 | 9,113 | 4/8/2025 | |
9.0.3 | 3,754,730 | 3/11/2025 | |
9.0.2 | 6,969,441 | 2/11/2025 | |
9.0.1 | 9,223,221 | 1/14/2025 | |
9.0.0 | 31,181,629 | 11/12/2024 | |
9.0.0-rc.2.24473.5 | 584,077 | 10/8/2024 | |
9.0.0-rc.1.24431.7 | 435,871 | 9/10/2024 | |
9.0.0-preview.7.24405.7 | 176,673 | 8/13/2024 | |
9.0.0-preview.6.24327.7 | 264,863 | 7/9/2024 | |
9.0.0-preview.5.24306.7 | 146,329 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 155,854 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 301,618 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 172,080 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 188,479 | 2/13/2024 | |
8.0.1 | 63,246,610 | 10/8/2024 | |
8.0.0 | 271,241,368 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 2,012,893 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 1,223,831 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 677,449 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 399,409 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 298,186 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 526,906 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 428,416 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 311,371 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 229,832 | 2/21/2023 | |
7.0.0 | 256,111,414 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 439,775 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 383,815 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 364,093 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 185,398 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 157,317 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 372,736 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 171,683 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 217,008 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 114,409 | 2/17/2022 | |
6.0.1 | 1,600,442 | 11/12/2024 | |
6.0.0 | 562,542,506 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 1,375,256 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 538,966 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 349,825 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 271,882 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 249,099 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 122,296 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 561,858 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 196,908 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 225,271 | 2/12/2021 | |
5.0.0 | 488,444,176 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 640,056 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 518,136 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 489,794 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 218,212 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 90,784 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 56,430 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 221,636 | 5/18/2020 | |
5.0.0-preview.3.20215.2 | 207,354 | 4/23/2020 | |
5.0.0-preview.2.20160.3 | 225,467 | 4/2/2020 | |
5.0.0-preview.1.20120.4 | 82,334 | 3/16/2020 | |
3.1.32 | 13,949,904 | 12/13/2022 | |
3.1.31 | 2,434,769 | 11/8/2022 | |
3.1.30 | 2,473,502 | 10/11/2022 | |
3.1.29 | 2,268,472 | 9/13/2022 | |
3.1.28 | 2,630,148 | 8/9/2022 | |
3.1.27 | 1,988,805 | 7/12/2022 | |
3.1.26 | 1,690,459 | 6/14/2022 | |
3.1.25 | 2,693,685 | 5/10/2022 | |
3.1.24 | 1,771,483 | 4/11/2022 | |
3.1.23 | 3,218,198 | 3/8/2022 | |
3.1.22 | 16,819,391 | 12/14/2021 | |
3.1.21 | 6,900,412 | 11/7/2021 | |
3.1.20 | 4,098,296 | 10/11/2021 | |
3.1.19 | 4,894,667 | 9/14/2021 | |
3.1.18 | 45,340,665 | 8/10/2021 | |
3.1.17 | 6,024,630 | 7/13/2021 | |
3.1.16 | 10,047,200 | 6/8/2021 | |
3.1.15 | 7,229,048 | 5/11/2021 | |
3.1.14 | 9,738,745 | 4/6/2021 | |
3.1.13 | 12,576,269 | 3/9/2021 | |
3.1.12 | 10,342,062 | 2/9/2021 | |
3.1.11 | 12,267,779 | 1/12/2021 | |
3.1.10 | 20,731,174 | 11/9/2020 | |
3.1.9 | 70,710,748 | 10/13/2020 | |
3.1.8 | 62,222,878 | 9/8/2020 | |
3.1.7 | 32,427,645 | 8/11/2020 | |
3.1.6 | 36,833,475 | 7/14/2020 | |
3.1.5 | 35,996,509 | 6/9/2020 | |
3.1.4 | 42,144,944 | 5/12/2020 | |
3.1.3 | 106,085,114 | 3/24/2020 | |
3.1.2 | 73,281,944 | 2/18/2020 | |
3.1.1 | 39,318,945 | 1/14/2020 | |
3.1.0 | 171,044,118 | 12/3/2019 | |
3.1.0-preview3.19553.2 | 225,022 | 11/13/2019 | |
3.1.0-preview2.19525.4 | 72,539 | 11/1/2019 | |
3.1.0-preview1.19506.1 | 1,194,974 | 10/15/2019 | |
3.0.3 | 77,931,438 | 2/18/2020 | |
3.0.2 | 1,055,809 | 1/14/2020 | |
3.0.1 | 4,579,872 | 11/18/2019 | |
3.0.0 | 87,598,300 | 9/23/2019 | |
3.0.0-rc1.19456.10 | 85,925 | 9/16/2019 | |
3.0.0-preview9.19423.4 | 1,500,342 | 9/4/2019 | |
3.0.0-preview8.19405.4 | 552,304 | 8/13/2019 | |
3.0.0-preview7.19362.4 | 157,044 | 7/23/2019 | |
3.0.0-preview6.19304.6 | 309,522 | 6/12/2019 | |
3.0.0-preview5.19227.9 | 768,821 | 5/6/2019 | |
3.0.0-preview4.19216.2 | 48,759 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 328,229 | 3/6/2019 | |
3.0.0-preview.19074.2 | 167,001 | 1/29/2019 | |
3.0.0-preview.18572.1 | 146,686 | 12/4/2018 | |
2.2.0 | 244,458,014 | 12/3/2018 | |
2.2.0-preview3-35497 | 384,463 | 10/17/2018 | |
2.2.0-preview2-35157 | 259,222 | 9/12/2018 | |
2.2.0-preview1-35029 | 140,664 | 8/22/2018 | |
2.1.1 | 403,263,298 | 6/18/2018 | |
2.1.0 | 336,737,402 | 5/29/2018 | |
2.1.0-rc1-final | 554,187 | 5/6/2018 | |
2.1.0-preview2-final | 520,462 | 4/10/2018 | |
2.1.0-preview1-final | 611,070 | 2/26/2018 | |
2.0.2 | 26,172,124 | 5/7/2018 | |
2.0.1 | 43,315,125 | 3/13/2018 | |
2.0.0 | 337,096,354 | 8/11/2017 | |
2.0.0-preview2-final | 369,570 | 6/28/2017 | |
2.0.0-preview1-final | 1,140,980 | 5/10/2017 | |
1.1.2 | 16,507,537 | 5/9/2017 | |
1.1.1 | 29,695,215 | 3/6/2017 | |
1.1.0 | 16,594,756 | 11/16/2016 | |
1.1.0-preview1-final | 175,609 | 10/24/2016 | |
1.0.2 | 79,356,495 | 3/6/2017 | |
1.0.1 | 4,663,570 | 12/12/2016 | |
1.0.0 | 26,609,812 | 6/27/2016 | |
1.0.0-rc2-final | 1,821,075 | 5/16/2016 | |
1.0.0-rc1-final | 649,440 | 11/18/2015 |