13 references to LogCritical
Aspire.Hosting (6)
Dcp\ApplicationExecutor.cs (4)
1357resourceLogger.LogCritical("Failed to apply arguments. A dependency may have failed to start."); 1399resourceLogger.LogCritical("Failed to apply configuration value '{ConfigKey}'. A dependency may have failed to start.", c.Key); 1676resourceLogger.LogCritical("Failed to apply configuration value '{ConfigKey}'. A dependency may have failed to start.", kvp.Key); 1746resourceLogger.LogCritical("Failed to apply container arguments '{ConfigKey}'. A dependency may have failed to start.", arg);
Dcp\DcpDependencyCheck.cs (2)
189logger.LogCritical("Container runtime '{runtime}' could not be found. See https://aka.ms/dotnet/aspire/containers for more details on supported container runtimes.", containerRuntime); 212logger.LogCritical(messageFormat.ToString(), containerRuntime);
Aspire.Hosting.Testing.Tests (1)
ResourceLoggerForwarderServiceTests.cs (1)
103resourceLogger.LogCritical("Test critical message");
Microsoft.CodeAnalysis.LanguageServer (1)
Program.cs (1)
75logger.LogCritical($"Waiting {timeout:g} for a debugger to attach");
Microsoft.Extensions.Diagnostics.Testing.Tests (5)
Logging\FakeLogCollectorTests.cs (4)
58logger.LogCritical("Hello world!"); 100logger.LogCritical("Hello world!"); 139logger.LogCritical("Hello world!"); 171logger.LogCritical("Hello world!");
Logging\FakeLoggerTests.cs (1)
215logger.LogCritical("M5");