11 references to LogCritical
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
434sp.GetRequiredService<ILogger<DistributedApplicationBuilder>>().LogCritical(
Aspire.Hosting.Azure (2)
Provisioning\Provisioners\AzureProvisioner.cs (2)
326resourceLogger.LogCritical("Using Azure resources during local development requires the installation of the Azure CLI. See https://aka.ms/dotnet/aspire/azcli for instructions."); 331resourceLogger.LogCritical("Resource could not be provisioned because Azure subscription, location, and resource group information is missing. See https://aka.ms/dotnet/aspire/azure/provisioning for more details.");
Aspire.Hosting.Testing.Tests (1)
ResourceLoggerForwarderServiceTests.cs (1)
102resourceLogger.LogCritical("Test critical message");
Microsoft.CodeAnalysis.LanguageServer (2)
CustomExportAssemblyLoader.cs (1)
72_logger.LogCritical("{assemblyName} not found in any host or extension context", assemblyName);
Program.cs (1)
83logger.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");