Microsoft.Extensions.Logging.AzureAppServices 10.0.0-preview.2.25164.1

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: A BatchingLoggerProvider which writes out to a file
  • BlobLoggerProvider: The ILoggerProvider implementation that stores messages by appending them to Azure Blob in batches
  • AzureFileLoggerOptions: Options for configuring Azure diagnostics file logging
  • AzureBlobLoggerOptions: 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.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.
23
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/57512b49997283599b00a6b67d0ccebaec171daf
20
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
19
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/fedc545ce86467b7d3413d906f1ab02fb3db12ff
19
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
18
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/d1fa2cb155ab9226f20b87ab0d7a1eb16b8a8b69
18
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/5a129191c1a59ef35c9b4c5a04de71ab111c28d2
18
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/d634f2bd1ad6e319f26ff0f1d7ada5539158a19f
18
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/36be7ed6d6d56b7da0a2891e3de7ecc2aa48eecd
18
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/d9ba962869d1b1c410ea476b02de2f8e27eec762
18
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/d827c653b787c07de908240b7746ce34d3e6271e
18
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/2f1db20456007c9515068a35a65afdf99af70bc6
18
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.
17
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/c911002ab43b7b989ed67090f2a48d9073d5118d
17
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/6a6d775f49623bbd742c02f89d373630668547bb
17
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/70048beee894074e9718206a0017d9b080ee66ff
17
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/7e8bbb70b266b2fdaf0b11ec47fb3077761fb6bf
17
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/e3187077455f953200e3c930430808a30f48b82e
17

.NET Framework 4.6.2

.NET Standard 2.0

.NET 10.0

Version Downloads Last updated
10.0.0-preview.2.25164.1 5 03/20/2025
10.0.0-preview.1.25120.3 5 03/07/2025
9.0.3 4 03/16/2025
9.0.2 7 02/15/2025
9.0.1 4 02/13/2025
9.0.0 6 11/18/2024
9.0.0-rc.2.24474.3 10 10/09/2024
9.0.0-rc.1.24452.1 10 09/17/2024
9.0.0-preview.7.24406.2 8 08/16/2024
9.0.0-preview.6.24328.4 10 07/11/2024
9.0.0-preview.5.24306.11 9 06/13/2024
9.0.0-preview.4.24267.6 15 05/23/2024
9.0.0-preview.3.24172.13 9 04/17/2024
9.0.0-preview.2.24128.4 8 03/15/2024
9.0.0-preview.1.24081.5 12 04/15/2024
8.0.14 4 03/15/2025
8.0.13 6 02/16/2025
8.0.12 5 02/01/2025
8.0.11 8 11/13/2024
8.0.10 12 10/09/2024
8.0.8 10 08/17/2024
8.0.7 11 07/11/2024
8.0.6 13 06/01/2024
8.0.5 11 05/17/2024
8.0.4 11 04/17/2024
8.0.3 12 03/15/2024
8.0.2 11 03/20/2024
8.0.1 15 01/12/2024
8.0.0 14 12/06/2023
8.0.0-rc.2.23480.2 10 01/21/2024
8.0.0-rc.1.23421.29 9 02/17/2024
8.0.0-preview.7.23375.9 13 12/18/2023
8.0.0-preview.6.23329.11 13 01/18/2024
8.0.0-preview.5.23302.2 16 02/17/2024
8.0.0-preview.4.23260.4 11 08/23/2023
8.0.0-preview.3.23177.8 12 08/27/2023
8.0.0-preview.2.23153.2 11 08/26/2023
8.0.0-preview.1.23112.2 11 08/22/2023
7.0.20 9 06/01/2024
7.0.19 11 05/17/2024
7.0.18 10 04/17/2024
7.0.17 13 03/15/2024
7.0.16 11 03/20/2024
7.0.15 14 01/12/2024
7.0.14 11 12/06/2023
7.0.13 14 12/18/2023
7.0.12 12 01/06/2024
7.0.11 11 12/18/2023
7.0.10 13 12/18/2023
7.0.9 13 03/20/2024
7.0.8 15 01/12/2024
7.0.7 15 12/19/2023
7.0.5 13 06/09/2023
7.0.4 13 06/10/2023
7.0.3 12 06/09/2023
7.0.2 17 06/11/2023
7.0.1 11 06/10/2023
7.0.0 13 06/10/2023
7.0.0-rc.2.22476.2 15 08/24/2023
7.0.0-rc.1.22427.2 17 08/26/2023
7.0.0-preview.7.22376.6 14 08/22/2023
7.0.0-preview.6.22330.3 10 08/23/2023
7.0.0-preview.5.22303.8 11 08/23/2023
7.0.0-preview.4.22251.1 11 08/23/2023
7.0.0-preview.3.22178.4 12 08/24/2023
7.0.0-preview.2.22153.2 12 08/23/2023
7.0.0-preview.1.22109.13 10 08/23/2023
6.0.36 9 11/13/2024
6.0.35 10 10/11/2024
6.0.33 12 08/16/2024
6.0.32 10 07/11/2024
6.0.31 10 06/01/2024
6.0.30 10 05/17/2024
6.0.29 10 04/17/2024
6.0.28 16 03/15/2024
6.0.27 8 03/20/2024
6.0.26 11 01/28/2024
6.0.25 11 12/06/2023
6.0.24 11 12/18/2023
6.0.23 11 03/20/2024
6.0.22 16 01/21/2024
6.0.21 14 12/18/2023
6.0.20 12 12/18/2023
6.0.19 14 01/29/2024
6.0.18 13 12/18/2023
6.0.16 11 06/10/2023
6.0.15 14 06/10/2023
6.0.14 12 06/09/2023
6.0.13 13 06/10/2023
6.0.12 13 06/09/2023
6.0.11 9 06/09/2023
6.0.10 14 06/09/2023
6.0.9 19 06/11/2023
6.0.8 12 06/10/2023
6.0.7 17 06/09/2023
6.0.6 12 06/10/2023
6.0.5 9 12/07/2023
6.0.4 14 06/09/2023
6.0.3 16 06/10/2023
6.0.2 11 06/11/2023
6.0.1 14 06/09/2023
6.0.0 13 12/07/2023
6.0.0-rc.2.21480.10 12 08/23/2023
6.0.0-rc.1.21452.15 13 08/27/2023
6.0.0-preview.7.21378.6 13 08/24/2023
6.0.0-preview.6.21355.2 15 08/23/2023
6.0.0-preview.5.21301.17 9 08/27/2023
6.0.0-preview.4.21253.5 12 08/27/2023
6.0.0-preview.3.21201.13 12 08/23/2023
6.0.0-preview.2.21154.6 11 08/27/2023
6.0.0-preview.1.21103.6 12 08/23/2023
5.0.17 14 06/09/2023
5.0.16 11 06/10/2023
5.0.15 14 06/11/2023
5.0.14 16 06/10/2023
5.0.13 12 06/11/2023
5.0.12 16 06/10/2023
5.0.11 12 06/10/2023
5.0.10 10 06/10/2023
5.0.9 10 06/11/2023
5.0.8 17 06/10/2023
5.0.7 11 06/10/2023
5.0.6 12 06/10/2023
5.0.5 12 06/09/2023
5.0.4 12 06/10/2023
5.0.3 10 06/10/2023
5.0.2 12 06/10/2023
5.0.1 10 06/10/2023
5.0.0 13 06/10/2023
5.0.0-rc.2.20475.17 11 08/24/2023
5.0.0-rc.1.20451.17 13 08/24/2023
5.0.0-preview.8.20414.8 10 08/23/2023
5.0.0-preview.7.20365.19 12 08/21/2023
5.0.0-preview.6.20312.15 10 08/25/2023
5.0.0-preview.5.20279.2 13 08/23/2023
5.0.0-preview.4.20257.10 8 02/17/2024
5.0.0-preview.3.20215.2 10 08/26/2023
5.0.0-preview.2.20160.3 11 08/24/2023
5.0.0-preview.1.20120.4 13 08/26/2023
3.1.32 13 06/10/2023
3.1.31 13 06/11/2023
3.1.30 12 03/20/2024
3.1.29 13 06/09/2023
3.1.28 13 06/10/2023
3.1.27 18 06/09/2023
3.1.26 11 06/09/2023
3.1.25 12 06/09/2023
3.1.24 12 06/10/2023
3.1.23 13 06/10/2023
3.1.22 16 06/10/2023
3.1.21 14 06/10/2023
3.1.20 13 06/10/2023
3.1.19 13 06/09/2023
3.1.18 12 06/10/2023
3.1.17 11 06/10/2023
3.1.16 12 06/09/2023
3.1.15 19 06/10/2023
3.1.14 13 06/10/2023
3.1.13 12 06/10/2023
3.1.12 11 06/10/2023
3.1.11 16 06/10/2023
3.1.10 13 06/09/2023
3.1.9 11 06/09/2023
3.1.8 13 06/09/2023
3.1.7 13 06/10/2023
3.1.6 10 06/10/2023
3.1.5 17 06/09/2023
3.1.4 13 06/10/2023
3.1.3 12 06/11/2023
3.1.2 10 12/30/2023
3.1.1 14 06/10/2023
3.1.0 14 06/09/2023
3.1.0-preview3.19553.2 13 08/27/2023
3.1.0-preview2.19525.4 12 08/21/2023
3.1.0-preview1.19506.1 10 08/23/2023
3.0.3 13 06/09/2023
3.0.2 11 06/10/2023
3.0.1 16 06/10/2023
3.0.0 11 06/10/2023
3.0.0-rc1.19456.10 12 08/26/2023
3.0.0-preview9.19423.4 11 08/23/2023
3.0.0-preview8.19405.4 13 08/24/2023
3.0.0-preview7.19362.4 11 08/23/2023
3.0.0-preview6.19304.6 10 08/27/2023
3.0.0-preview5.19227.9 15 08/27/2023
3.0.0-preview4.19216.2 13 08/24/2023
3.0.0-preview3.19153.1 11 08/23/2023
3.0.0-preview.19074.2 12 08/26/2023
3.0.0-preview.18572.1 17 08/25/2023
2.2.5 13 06/10/2023
2.2.0 12 06/09/2023
2.2.0-preview3-35497 13 08/22/2023
2.2.0-preview2-35157 11 08/27/2023
2.2.0-preview1-35029 13 08/24/2023
2.1.1 15 06/09/2023
2.1.0 13 06/10/2023
2.1.0-rc1-final 13 06/09/2023
2.1.0-preview2-final 12 06/10/2023
2.1.0-preview1-final 12 06/10/2023
2.0.2 12 11/29/2019
2.0.1 14 07/07/2021
2.0.0 11 03/14/2022
2.0.0-preview2-final 13 06/09/2023
2.0.0-preview1-final 15 06/10/2023
1.0.2 13 06/11/2023
1.0.1 13 06/10/2023
1.0.0 15 06/10/2023
1.0.0-preview1-final 13 06/10/2023