13 references to LogInformation
aspire (1)
Projects\ProjectUpdater.cs (1)
810logger.LogInformation(ex, "Ignoring parsing error in Directory.Packages.props '{DirectoryPackagesPropsFile}' for project '{ProjectFile}'", directoryPackagesPropsFile.FullName, projectFile.FullName);
Aspire.Dashboard (10)
Otlp\Model\OtlpHelpers.cs (1)
486context.Logger.LogInformation(ex, "Error adding scope to {TelemetryType}.", telemetryType);
Otlp\Model\OtlpResource.cs (4)
116Context.Logger.LogInformation(ex, "Error adding metric instrument {MetricName}.", metric.Name); 158Context.Logger.LogInformation(ex, "Error adding metric."); 173Context.Logger.LogInformation(ex, "Error adding metric."); 188Context.Logger.LogInformation(ex, "Error adding metric.");
Otlp\Storage\TelemetryRepository.cs (5)
327_otlpContext.Logger.LogInformation(ex, "Error adding resource."); 404_otlpContext.Logger.LogInformation(ex, "Error adding log entry."); 1070_otlpContext.Logger.LogInformation(ex, "Error adding resource."); 1099_otlpContext.Logger.LogInformation(ex, "Error adding resource."); 1268_otlpContext.Logger.LogInformation(ex, "Error adding span.");
Microsoft.NET.Build.Containers (1)
FallbackToHttpMessageHandler.cs (1)
68_logger.LogInformation(ex, "Fall back to http for {uri} failed with message \"{message}\".", uri, ex.Message);
Microsoft.TemplateEngine.Edge (1)
Template\ParameterSetBuilder.cs (1)
119logger.LogInformation(e, "Cross-check evaluation of host provided condition evaluations failed.");