Microsoft.Extensions.Logging.AzureAppServices 10.0.0-preview.1.25120.3
About
Microsoft.Extensions.Logging.AzureAppServices
provides a logger implementation that logs to text files in an Azure App Service app's file system and to blob storage in an Azure Storage account.
Key Features
- Loging messages with the "Diagnostics Logger" and "Log Streaming" features of Azure App Service
- Integration with Azure App Service logging infrastructure
- Seamless integration with other components of
Microsoft.Extensions.Logging
How to Use
To use Microsoft.Extensions.Logging.AzureAppServices
, follow these steps:
Installation
dotnet add package Microsoft.Extensions.Logging.AzureAppServices
Configuration
To configure provider settings, use AzureFileLoggerOptions
and AzureBlobLoggerOptions
, as shown in the following example:
using Microsoft.Extensions.Logging.AzureAppServices;
var builder = WebApplication.CreateBuilder();
builder.Logging.AddAzureWebAppDiagnostics();
builder.Services.Configure<AzureFileLoggerOptions>(options =>
{
options.FileName = "azure-diagnostics-";
options.FileSizeLimit = 50 * 1024;
options.RetainedFileCountLimit = 5;
});
builder.Services.Configure<AzureBlobLoggerOptions>(options =>
{
options.BlobName = "log.txt";
});
Main Types
FileLoggerProvider
: ABatchingLoggerProvider
which writes out to a fileBlobLoggerProvider
: TheILoggerProvider
implementation that stores messages by appending them to Azure Blob in batchesAzureFileLoggerOptions
: Options for configuring Azure diagnostics file loggingAzureBlobLoggerOptions
: Options for configuring Azure diagnostics blob logging
Additional Documentation
For additional documentation and examples, refer to the official documentation on logging with ASP.NEt Core and Azure App Service.
Feedback & Contributing
Microsoft.Extensions.Logging.AzureAppServices
is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
Showing the top 20 packages that depend on Microsoft.Extensions.Logging.AzureAppServices.
Packages | Downloads |
---|---|
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3f1acb59718cadf111a0a796681e3d3509bb3381
|
8 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
|
7 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/55738ff96b832439076e25584cfe0eb3bace9b01
|
7 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/54142bcb25544b72fac28b1b061e7788c91c4f49
|
7 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4a83b27a44c35c521600e1f30ef688c874415d4
|
7 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c49ccc8727c620ce1cb8fb431bb3fe8f2e747236
|
7 |
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
|
6 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
|
6 |
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.
|
6 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/0a715692d8e2536c899faa0bb4f0cec2c2e33e36
|
6 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/02c6de4ba6022025fcda7581415f310f8c73cdc3
|
6 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c967158b960823ccfcb19f1ef56426e2fd38eb3f
|
6 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3eeb12e106b9e913c3a4dec1a7d16da7b74149eb
|
6 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/9699b939f94b7524a178821d78addefa5af5d750
|
6 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/c75b3f7a2fb9fe21fd96c93c070fdfa88a2fbe97
|
6 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8ad057426fa6a27cd648b05684afddab9d97d3d9
|
6 |
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/7c810658463f35c39c54d5fb8a8dbbfd463bf747
|
6 |
.NET Framework 4.6.2
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 10.0.0-preview.1.25080.5)
- System.ValueTuple (>= 4.5.0)
- System.Net.Http (>= 4.3.4)
- Microsoft.Extensions.Logging.Configuration (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Configuration.Json (>= 10.0.0-preview.1.25080.5)
.NET Standard 2.0
- System.ValueTuple (>= 4.5.0)
- Microsoft.Extensions.Logging.Configuration (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Configuration.Json (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 10.0.0-preview.1.25080.5)
.NET 10.0
- System.ValueTuple (>= 4.5.0)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Logging.Configuration (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Configuration.Json (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Logging (>= 10.0.0-preview.1.25080.5)
Version | Downloads | Last updated |
---|---|---|
10.0.0-preview.1.25120.3 | 1 | 02/28/2025 |
9.0.2 | 2 | 02/25/2025 |
9.0.1 | 4 | 01/18/2025 |
9.0.0 | 5 | 11/22/2024 |
9.0.0-rc.2.24474.3 | 6 | 11/22/2024 |
9.0.0-rc.1.24452.1 | 6 | 10/05/2024 |
9.0.0-preview.7.24406.2 | 6 | 10/06/2024 |
9.0.0-preview.6.24328.4 | 7 | 10/06/2024 |
9.0.0-preview.5.24306.11 | 4 | 01/04/2025 |
9.0.0-preview.4.24267.6 | 5 | 10/06/2024 |
9.0.0-preview.3.24172.13 | 5 | 11/22/2024 |
9.0.0-preview.2.24128.4 | 7 | 08/04/2024 |
9.0.0-preview.1.24081.5 | 6 | 10/06/2024 |
8.0.13 | 2 | 02/25/2025 |
8.0.12 | 3 | 01/19/2025 |
8.0.11 | 6 | 11/22/2024 |
8.0.10 | 7 | 11/22/2024 |
8.0.8 | 5 | 10/06/2024 |
8.0.7 | 6 | 11/02/2024 |
8.0.6 | 5 | 10/06/2024 |
8.0.5 | 5 | 11/22/2024 |
8.0.4 | 4 | 11/22/2024 |
8.0.3 | 5 | 11/21/2024 |
8.0.2 | 6 | 10/06/2024 |
8.0.1 | 6 | 10/06/2024 |
8.0.0 | 6 | 04/03/2024 |
8.0.0-rc.2.23480.2 | 5 | 11/22/2024 |
8.0.0-rc.1.23421.29 | 5 | 10/06/2024 |
8.0.0-preview.7.23375.9 | 4 | 11/22/2024 |
8.0.0-preview.6.23329.11 | 5 | 10/06/2024 |
8.0.0-preview.5.23302.2 | 5 | 11/22/2024 |
8.0.0-preview.4.23260.4 | 4 | 11/22/2024 |
8.0.0-preview.3.23177.8 | 6 | 10/06/2024 |
8.0.0-preview.2.23153.2 | 4 | 11/22/2024 |
8.0.0-preview.1.23112.2 | 5 | 11/22/2024 |
7.0.20 | 6 | 10/06/2024 |
7.0.19 | 5 | 10/06/2024 |
7.0.18 | 5 | 11/05/2024 |
7.0.17 | 5 | 11/22/2024 |
7.0.16 | 4 | 11/22/2024 |
7.0.15 | 5 | 11/22/2024 |
7.0.14 | 6 | 10/06/2024 |
7.0.13 | 5 | 10/06/2024 |
7.0.12 | 5 | 10/06/2024 |
7.0.11 | 7 | 10/06/2024 |
7.0.10 | 6 | 11/22/2024 |
7.0.9 | 4 | 11/22/2024 |
7.0.8 | 4 | 11/22/2024 |
7.0.7 | 4 | 11/22/2024 |
7.0.5 | 4 | 11/22/2024 |
7.0.4 | 5 | 10/06/2024 |
7.0.3 | 5 | 11/22/2024 |
7.0.2 | 5 | 10/06/2024 |
7.0.1 | 7 | 10/06/2024 |
7.0.0 | 5 | 11/07/2024 |
7.0.0-rc.2.22476.2 | 5 | 10/06/2024 |
7.0.0-rc.1.22427.2 | 5 | 11/22/2024 |
7.0.0-preview.7.22376.6 | 6 | 10/06/2024 |
7.0.0-preview.6.22330.3 | 4 | 10/11/2024 |
7.0.0-preview.5.22303.8 | 5 | 11/22/2024 |
7.0.0-preview.4.22251.1 | 4 | 11/22/2024 |
7.0.0-preview.3.22178.4 | 5 | 10/06/2024 |
7.0.0-preview.2.22153.2 | 5 | 11/22/2024 |
7.0.0-preview.1.22109.13 | 3 | 11/22/2024 |
6.0.36 | 6 | 11/22/2024 |
6.0.35 | 4 | 11/22/2024 |
6.0.33 | 6 | 11/22/2024 |
6.0.32 | 5 | 10/19/2024 |
6.0.31 | 5 | 11/22/2024 |
6.0.30 | 6 | 11/22/2024 |
6.0.29 | 6 | 10/06/2024 |
6.0.28 | 6 | 10/06/2024 |
6.0.27 | 4 | 11/22/2024 |
6.0.26 | 6 | 10/06/2024 |
6.0.25 | 4 | 11/22/2024 |
6.0.24 | 5 | 11/22/2024 |
6.0.23 | 4 | 11/22/2024 |
6.0.22 | 6 | 10/06/2024 |
6.0.21 | 5 | 10/06/2024 |
6.0.20 | 6 | 11/22/2024 |
6.0.19 | 5 | 11/22/2024 |
6.0.18 | 5 | 11/22/2024 |
6.0.16 | 7 | 10/06/2024 |
6.0.15 | 6 | 10/06/2024 |
6.0.14 | 6 | 10/06/2024 |
6.0.13 | 5 | 11/22/2024 |
6.0.12 | 5 | 11/22/2024 |
6.0.11 | 5 | 11/22/2024 |
6.0.10 | 7 | 10/06/2024 |
6.0.9 | 5 | 11/22/2024 |
6.0.8 | 4 | 11/17/2024 |
6.0.7 | 5 | 11/22/2024 |
6.0.6 | 4 | 11/22/2024 |
6.0.5 | 6 | 10/06/2024 |
6.0.4 | 5 | 10/06/2024 |
6.0.3 | 4 | 11/22/2024 |
6.0.2 | 5 | 10/06/2024 |
6.0.1 | 4 | 11/22/2024 |
6.0.0 | 6 | 10/06/2024 |
6.0.0-rc.2.21480.10 | 5 | 10/06/2024 |
6.0.0-rc.1.21452.15 | 4 | 10/06/2024 |
6.0.0-preview.7.21378.6 | 5 | 10/06/2024 |
6.0.0-preview.6.21355.2 | 4 | 11/22/2024 |
6.0.0-preview.5.21301.17 | 5 | 10/06/2024 |
6.0.0-preview.4.21253.5 | 5 | 10/06/2024 |
6.0.0-preview.3.21201.13 | 6 | 10/06/2024 |
6.0.0-preview.2.21154.6 | 6 | 10/06/2024 |
6.0.0-preview.1.21103.6 | 4 | 11/22/2024 |
5.0.17 | 5 | 11/22/2024 |
5.0.16 | 5 | 11/22/2024 |
5.0.15 | 5 | 11/22/2024 |
5.0.14 | 5 | 10/06/2024 |
5.0.13 | 5 | 10/06/2024 |
5.0.12 | 4 | 11/22/2024 |
5.0.11 | 7 | 10/06/2024 |
5.0.10 | 6 | 10/06/2024 |
5.0.9 | 5 | 10/06/2024 |
5.0.8 | 6 | 10/06/2024 |
5.0.7 | 6 | 10/06/2024 |
5.0.6 | 4 | 11/22/2024 |
5.0.5 | 6 | 10/06/2024 |
5.0.4 | 5 | 10/11/2024 |
5.0.3 | 4 | 11/22/2024 |
5.0.2 | 5 | 10/06/2024 |
5.0.1 | 4 | 11/22/2024 |
5.0.0 | 6 | 10/06/2024 |
5.0.0-rc.2.20475.17 | 5 | 10/11/2024 |
5.0.0-rc.1.20451.17 | 6 | 10/06/2024 |
5.0.0-preview.8.20414.8 | 4 | 10/12/2024 |
5.0.0-preview.7.20365.19 | 4 | 10/06/2024 |
5.0.0-preview.6.20312.15 | 4 | 10/06/2024 |
5.0.0-preview.5.20279.2 | 4 | 11/22/2024 |
5.0.0-preview.4.20257.10 | 4 | 11/22/2024 |
5.0.0-preview.3.20215.2 | 5 | 10/06/2024 |
5.0.0-preview.2.20160.3 | 5 | 11/22/2024 |
5.0.0-preview.1.20120.4 | 5 | 10/06/2024 |
3.1.32 | 6 | 11/22/2024 |
3.1.31 | 6 | 11/22/2024 |
3.1.30 | 7 | 10/06/2024 |
3.1.29 | 4 | 11/04/2024 |
3.1.28 | 5 | 11/22/2024 |
3.1.27 | 6 | 10/06/2024 |
3.1.26 | 6 | 10/06/2024 |
3.1.25 | 5 | 11/22/2024 |
3.1.24 | 4 | 11/22/2024 |
3.1.23 | 5 | 11/22/2024 |
3.1.22 | 6 | 11/22/2024 |
3.1.21 | 7 | 10/06/2024 |
3.1.20 | 6 | 10/06/2024 |
3.1.19 | 6 | 11/22/2024 |
3.1.18 | 8 | 10/06/2024 |
3.1.17 | 6 | 10/06/2024 |
3.1.16 | 7 | 10/06/2024 |
3.1.15 | 6 | 11/22/2024 |
3.1.14 | 6 | 11/02/2024 |
3.1.13 | 5 | 11/22/2024 |
3.1.12 | 6 | 10/06/2024 |
3.1.11 | 6 | 11/22/2024 |
3.1.10 | 6 | 10/06/2024 |
3.1.9 | 5 | 11/22/2024 |
3.1.8 | 6 | 10/06/2024 |
3.1.7 | 4 | 11/22/2024 |
3.1.6 | 5 | 10/06/2024 |
3.1.5 | 5 | 10/06/2024 |
3.1.4 | 6 | 10/06/2024 |
3.1.3 | 5 | 11/22/2024 |
3.1.2 | 5 | 11/22/2024 |
3.1.1 | 5 | 11/22/2024 |
3.1.0 | 4 | 10/11/2024 |
3.1.0-preview3.19553.2 | 4 | 10/23/2024 |
3.1.0-preview2.19525.4 | 6 | 10/06/2024 |
3.1.0-preview1.19506.1 | 5 | 10/06/2024 |
3.0.3 | 3 | 11/22/2024 |
3.0.2 | 3 | 10/11/2024 |
3.0.1 | 5 | 11/22/2024 |
3.0.0 | 4 | 11/22/2024 |
3.0.0-rc1.19456.10 | 5 | 10/06/2024 |
3.0.0-preview9.19423.4 | 4 | 11/22/2024 |
3.0.0-preview8.19405.4 | 5 | 10/06/2024 |
3.0.0-preview7.19362.4 | 5 | 10/06/2024 |
3.0.0-preview6.19304.6 | 4 | 11/22/2024 |
3.0.0-preview5.19227.9 | 6 | 10/06/2024 |
3.0.0-preview4.19216.2 | 5 | 10/06/2024 |
3.0.0-preview3.19153.1 | 5 | 10/06/2024 |
3.0.0-preview.19074.2 | 4 | 11/22/2024 |
3.0.0-preview.18572.1 | 4 | 10/06/2024 |
2.2.5 | 5 | 11/22/2024 |
2.2.0 | 4 | 11/22/2024 |
2.2.0-preview3-35497 | 5 | 10/06/2024 |
2.2.0-preview2-35157 | 6 | 10/06/2024 |
2.2.0-preview1-35029 | 5 | 11/22/2024 |
2.1.1 | 4 | 10/06/2024 |
2.1.0 | 7 | 04/20/2022 |
2.1.0-rc1-final | 6 | 11/22/2024 |
2.1.0-preview2-final | 6 | 11/22/2024 |
2.1.0-preview1-final | 6 | 11/22/2024 |
2.0.2 | 5 | 10/11/2024 |
2.0.1 | 5 | 10/06/2024 |
2.0.0 | 5 | 11/22/2024 |
2.0.0-preview2-final | 5 | 10/14/2024 |
2.0.0-preview1-final | 6 | 10/06/2024 |
1.0.2 | 5 | 11/22/2024 |
1.0.1 | 5 | 11/22/2024 |
1.0.0 | 5 | 11/22/2024 |
1.0.0-preview1-final | 6 | 11/22/2024 |