netcoreapp2.2
namespace Microsoft.Extensions.Logging
{
public static class ApplicationInsightsLoggerFactoryExtensions
{
public static ILoggerFactory AddApplicationInsights(this ILoggerFactory factory, IServiceProvider serviceProvider, Func<string, LogLevel, bool> filter);
}
}
.NET Core | 2.02.12.2 |
---|---|
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.ApplicationInsights.AspNetCore , Version=2.1.1.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |