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

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.
53
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
52
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/b908e913e3befcfe241f3294509e6d9570acc07b
52
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/0a2e366eaf4d29b24b9a98e5782a04bef573189e
52
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.
52
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/3c37ef8f5358abb303c05d299f029fca7d867d56
52
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
51
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
50
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. This package was built from the source at: https://github.com/aspnet/Universe/tree/244e037a222a7cd0a17feafb7f3a625fde40de97
50
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
50
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
49
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/4d0b3722384bfec7d4c210674df9b7bf1e59da90
49
Microsoft.AspNetCore.AzureAppServicesIntegration
ASP.NET Core integration with Azure AppServices.
49
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/cec88a329584349fda070f4c7346b10538210ace
49
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/564969bca155b40432d101ec35f24a0e81e6afa0
49
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
48
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/718171eeb4bd236ab4f0d9b1ecd97ecc63ec0be1
48
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/432e6a061f28dda696ba16bc5442328d23b25d93
48
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/febee99db845fd8766a13bdb391a07c3ee90b4ba
48
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.
48

.NET Framework 4.6.2

.NET Standard 2.0

.NET 10.0

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