13 references to LogInformation
aspire (1)
Projects\ProjectUpdater.cs (1)
810
logger.
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)
486
context.Logger.
LogInformation
(ex, "Error adding scope to {TelemetryType}.", telemetryType);
Otlp\Model\OtlpResource.cs (4)
116
Context.Logger.
LogInformation
(ex, "Error adding metric instrument {MetricName}.", metric.Name);
158
Context.Logger.
LogInformation
(ex, "Error adding metric.");
173
Context.Logger.
LogInformation
(ex, "Error adding metric.");
188
Context.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)
119
logger.
LogInformation
(e, "Cross-check evaluation of host provided condition evaluations failed.");