Microsoft.Extensions.Logging.AzureAppServices
2.2.0
Logger implementation to support Azure App Services 'Diagnostics logs' and 'Log stream' features.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
Install-Package Microsoft.Extensions.Logging.AzureAppServices -Version 2.2.0
dotnet add package Microsoft.Extensions.Logging.AzureAppServices --version 2.2.0
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Extensions.Logging.AzureAppServices --version 2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Extensions.Logging.AzureAppServices, 2.2.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Extensions.Logging.AzureAppServices as a Cake Addin
#addin nuget:?package=Microsoft.Extensions.Logging.AzureAppServices&version=2.2.0
// Install Microsoft.Extensions.Logging.AzureAppServices as a Cake Tool
#tool nuget:?package=Microsoft.Extensions.Logging.AzureAppServices&version=2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 2.2.0)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- Microsoft.Extensions.Logging (>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Logging.Configuration (>= 2.2.0)
- System.ValueTuple (>= 4.5.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Microsoft.Extensions.Logging.AzureAppServices:
| Package | Downloads |
|---|---|
|
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/aspnet/AzureIntegration/tree/031a2ed214529194d95d8deed50287760163ffae
|
|
|
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
|