Microsoft.Extensions.Logging
5.0.0-rc.2.20475.5
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package Microsoft.Extensions.Logging --version 5.0.0-rc.2.20475.5
NuGet\Install-Package Microsoft.Extensions.Logging -Version 5.0.0-rc.2.20475.5
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0-rc.2.20475.5" />
paket add Microsoft.Extensions.Logging --version 5.0.0-rc.2.20475.5
#r "nuget: Microsoft.Extensions.Logging, 5.0.0-rc.2.20475.5"
// Install Microsoft.Extensions.Logging as a Cake Addin #addin nuget:?package=Microsoft.Extensions.Logging&version=5.0.0-rc.2.20475.5&prerelease // Install Microsoft.Extensions.Logging as a Cake Tool #tool nuget:?package=Microsoft.Extensions.Logging&version=5.0.0-rc.2.20475.5&prerelease
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
When using NuGet 3.x this package requires at least version 3.4.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- Microsoft.Extensions.DependencyInjection (>= 5.0.0-rc.2.20475.5)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0-rc.2.20475.5)
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0-rc.2.20475.5)
- Microsoft.Extensions.Options (>= 5.0.0-rc.2.20475.5)
- System.Diagnostics.DiagnosticSource (>= 5.0.0-rc.2.20475.5)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection (>= 5.0.0-rc.2.20475.5)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0-rc.2.20475.5)
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0-rc.2.20475.5)
- Microsoft.Extensions.Options (>= 5.0.0-rc.2.20475.5)
- System.Diagnostics.DiagnosticSource (>= 5.0.0-rc.2.20475.5)
-
.NETStandard 2.1
- Microsoft.Extensions.DependencyInjection (>= 5.0.0-rc.2.20475.5)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0-rc.2.20475.5)
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0-rc.2.20475.5)
- Microsoft.Extensions.Options (>= 5.0.0-rc.2.20475.5)
- System.Diagnostics.DiagnosticSource (>= 5.0.0-rc.2.20475.5)
-
net5.0
- Microsoft.Extensions.DependencyInjection (>= 5.0.0-rc.2.20475.5)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0-rc.2.20475.5)
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0-rc.2.20475.5)
- Microsoft.Extensions.Options (>= 5.0.0-rc.2.20475.5)
NuGet packages (21)
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Logging:
Package | Downloads |
---|---|
Microsoft.AspNet.Hosting
ASP.NET 5 core hosting infrastructure and startup logic for web applications. |
|
EntityFramework.Core
Entity Framework is Microsoft's recommended data access technology for new applications. |
|
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. |
|
Microsoft.Extensions.Logging.Debug
Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine(). |
GitHub repositories (632)
Showing the top 5 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
|
|
files-community/Files
A modern file manager that helps users organize their files and folders.
|
|
DevToys-app/DevToys
A Swiss Army knife for developers.
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|