1 implementation of IWebAppContext
Microsoft.Extensions.Logging.AzureAppServices (1)
WebAppContext.cs (1)
11internal sealed class WebAppContext : IWebAppContext
7 references to IWebAppContext
Microsoft.Extensions.Logging.AzureAppServices (7)
AzureAppServicesLoggerFactoryExtensions.cs (1)
47internal static ILoggingBuilder AddAzureWebAppDiagnostics(this ILoggingBuilder builder, IWebAppContext context, Action<AzureBlobLoggerOptions> configureBlobLoggerOptions)
BlobLoggerConfigureOptions.cs (2)
13private readonly IWebAppContext _context; 16public BlobLoggerConfigureOptions(IConfiguration configuration, IWebAppContext context, Action<AzureBlobLoggerOptions> configureOptions)
FileLoggerConfigureOptions.cs (2)
12private readonly IWebAppContext _context; 14public FileLoggerConfigureOptions(IConfiguration configuration, IWebAppContext context)
SiteConfigurationProvider.cs (1)
11public static IConfiguration GetAzureLoggingConfiguration(IWebAppContext context)
WebAppContext.cs (1)
9/// Represents the default implementation of <see cref="IWebAppContext"/>.