netcoreapp2.2
namespace Microsoft.Extensions.Logging
{
public static class AzureAppServicesLoggerFactoryExtensions
{
[Obsolete("This method is obsolete and will be removed in a future version. The recommended alternative is AddAzureWebAppDiagnostics(this ILoggingBuilder builder).")]
public static ILoggerFactory AddAzureWebAppDiagnostics(this ILoggerFactory factory);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET Core | 2.02.12.2 |
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.Extensions.Logging.AzureAppServices , Version=2.2.5.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Obsolete | This method is obsolete and will be removed in a future version. The recommended alternative is AddAzureWebAppDiagnostics(this ILoggingBuilder builder). |
Platform Restrictions | This framework does not have platform annotations. |