17 references to LogInformation
aspire (1)
Projects\ProjectUpdater.cs (1)
748
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)
507
context.Logger.
LogInformation
(ex, "Error adding scope to {TelemetryType}.", telemetryType);
Otlp\Model\OtlpResource.cs (4)
100
Context.Logger.
LogInformation
(ex, "Error adding metric instrument {MetricName}.", metric.Name);
142
Context.Logger.
LogInformation
(ex, "Error adding metric.");
157
Context.Logger.
LogInformation
(ex, "Error adding metric.");
172
Context.Logger.
LogInformation
(ex, "Error adding metric.");
Otlp\Storage\TelemetryRepository.cs (5)
321
_otlpContext.Logger.
LogInformation
(ex, "Error adding resource.");
390
_otlpContext.Logger.
LogInformation
(ex, "Error adding log entry.");
901
_otlpContext.Logger.
LogInformation
(ex, "Error adding resource.");
929
_otlpContext.Logger.
LogInformation
(ex, "Error adding resource.");
1090
_otlpContext.Logger.
LogInformation
(ex, "Error adding span.");
Interop.FunctionalTests (1)
Http3\Http3TlsTests.cs (1)
203
Logger.
LogInformation
(ex, "SendAsync successfully threw error.");
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisEndToEnd.cs (1)
274
Logger.
LogInformation
(ex, "Error while reading from inner websocket");
Microsoft.AspNetCore.SignalR.Tests (4)
EndToEndTests.cs (4)
200
logger.
LogInformation
(ex, "Test threw exception");
245
logger.
LogInformation
(ex, "Test threw exception");
298
logger.
LogInformation
(ex, "Test threw exception");
359
logger.
LogInformation
(ex, "Test threw exception");