Application Insights configuration web API
问题 I have created a library project for writing logs into ApplicationInsights as well as table storage and is being consumed my different other WebAPI projects. But due to some reason the logs are not getting logged in Application Insights but it works with table storage. private void AddTelemetryTarget(string instrumentationKey, LoggerEnumerations.LogLevel minLogLevel, LoggingConfiguration config) { try { ConfigurationItemFactory.Default.Targets.RegisterDefinition("ApplicationInsightsTarget",