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