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