940 references to LogInformation
aspire (2)
Aspire.Dashboard (13)
Aspire.Dashboard.Components.Tests (39)
Aspire.Dashboard.Tests (18)
Aspire.Hosting (61)
Publishing\DockerContainerRuntime.cs (20)
80logger.LogInformation("docker buildx (stdout): {Output}", output);
84logger.LogInformation("docker buildx (stderr): {Error}", error);
90logger.LogInformation("Running Docker CLI with arguments: {ArgumentList}", spec.Arguments);
105logger.LogInformation("docker buildx for {ImageName} succeeded.", imageName);
153logger.LogInformation("docker container ls (stdout): {Output}", output);
157logger.LogInformation("docker container ls (stderr): {Error}", error);
163logger.LogInformation("Checking if Docker daemon is running with arguments: {ArgumentList}", dockerRunningSpec.Arguments);
176logger.LogInformation("Docker daemon is running.");
188logger.LogInformation("docker buildx version (stdout): {Output}", output);
192logger.LogInformation("docker buildx version (stderr): {Error}", error);
198logger.LogInformation("Checking Docker buildx with arguments: {ArgumentList}", buildxSpec.Arguments);
211logger.LogInformation("Docker buildx is available and running.");
225logger.LogInformation("docker buildx create (stdout): {Output}", output);
229logger.LogInformation("docker buildx create (stderr): {Error}", error);
235logger.LogInformation("Creating buildkit instance with arguments: {ArgumentList}", spec.Arguments);
250logger.LogInformation("Successfully created buildkit instance {BuilderName}.", builderName);
266logger.LogInformation("docker buildx rm (stdout): {Output}", output);
270logger.LogInformation("docker buildx rm (stderr): {Error}", error);
276logger.LogInformation("Removing buildkit instance with arguments: {ArgumentList}", spec.Arguments);
291logger.LogInformation("Successfully removed buildkit instance {BuilderName}.", builderName);
Aspire.Hosting.Azure (18)
Aspire.Hosting.Azure.AIFoundry (5)
Aspire.Hosting.Docker (1)
Aspire.Hosting.Kafka.Tests (2)
Aspire.Hosting.Kubernetes (1)
Aspire.Hosting.MySql.Tests (2)
Aspire.Hosting.NodeJs.Tests (2)
Aspire.Hosting.PostgreSQL.Tests (2)
Aspire.Hosting.RabbitMQ.Tests (2)
Aspire.Hosting.Testing.Tests (1)
Aspire.Hosting.Tests (53)
Aspire.Hosting.Valkey.Tests (2)
Aspire.Playground.Tests (8)
AutobahnTestApp (1)
AzureFunctionsEndToEnd.Functions (4)
AzureSearch.ApiService (10)
BasicWebSite (1)
BasketService (4)
BuildValidator (19)
CatalogDb (5)
Consumer (2)
CustomEncryptorSample (1)
CustomPolicyProvider (3)
CustomResources.AppHost (4)
EventHubsConsumer (3)
HtmlGenerationWebSite (2)
http2cat (13)
Identity.ExternalClaims (12)
IdentitySample.DefaultUI (1)
IIS.FunctionalTests (42)
IIS.LongTests (8)
IIS.NewHandler.FunctionalTests (8)
IIS.NewShim.FunctionalTests (8)
IIS.ShadowCopy.Tests (3)
IISExpress.FunctionalTests (22)
InMemory.FunctionalTests (29)
Interop.FunctionalTests (63)
Microsoft.AspNetCore.BrowserTesting (4)
Microsoft.AspNetCore.Grpc.Swagger.Tests (1)
Microsoft.AspNetCore.Hosting.Tests (12)
Microsoft.AspNetCore.InternalTesting (5)
Microsoft.AspNetCore.InternalTesting.Tests (26)
AssemblyTestLogTests.cs (19)
53logger.LogInformation("Created test log in {baseDirectory}", tempDir);
63testLogger.LogInformation("Information!");
70logger.LogInformation("Finished test log in {baseDirectory}", tempDir);
82logger.LogInformation("Information!");
131logger.LogInformation("Created test log in {baseDirectory}", tempDir);
141testLogger.LogInformation("Information!");
146logger.LogInformation("Finished test log in {baseDirectory}", tempDir);
201logger.LogInformation("Created test log in {baseDirectory}", tempDir);
211testLogger.LogInformation("Information!");
219logger.LogInformation("Finished test log in {baseDirectory}", tempDir);
247logger.LogInformation("Created test log in {baseDirectory}", tempDir);
257testLogger.LogInformation("Information!");
264logger.LogInformation("Finished test log in {baseDirectory}", tempDir);
282logger.LogInformation("Created test log in {baseDirectory}", tempDir);
291testLoggerFactory.CreateLogger("TestLogger").LogInformation("Information!");
295logger.LogInformation("Finished test log in {baseDirectory}", tempDir);
324logger.LogInformation("Created test log in {baseDirectory}", tempDir);
335testLoggerFactory.CreateLogger("TestLogger").LogInformation("Information!");
340logger.LogInformation("Finished test log in {baseDirectory}", tempDir);
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (45)
Microsoft.AspNetCore.Server.IntegrationTesting (29)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (24)
IISExpressDeployer.cs (11)
50Logger.LogInformation(Environment.OSVersion.ToString());
84Logger.LogInformation("Executing: {exe} {args}", executableName, executableArgs);
89Logger.LogInformation("ContentRoot: {path}", DeploymentParameters.ApplicationPath);
98Logger.LogInformation("Application ready at URL: {appUrl}", actualUri);
167Logger.LogInformation("Attempting to start IIS Express on port: {port}", port);
174Logger.LogInformation("Executing command : {iisExpress} {parameters}", iisExpressPath, parameters);
223Logger.LogInformation("iisexpress Process {pid} shut down", process.Id);
231Logger.LogInformation("iisexpress Process {pid} started", process.Id);
245Logger.LogInformation("iisexpress Process {pid} failed to bind to port {port}, trying again", process.Id, port);
262Logger.LogInformation("Started iisexpress successfully. Process Id : {processId}, Port: {port}", _hostProcess.Id, port);
490Logger.LogInformation($"Sending shutdown request to {pid}");
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (8)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (53)
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (6)
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (3)
Microsoft.AspNetCore.SignalR.Tests (54)
EndToEndTests.cs (49)
99logger.LogInformation("Connecting WebSocket to {socketUrl}", socketUrl);
103logger.LogInformation("Sending {length} byte frame", bytes.Length);
106logger.LogInformation("Receiving frame");
109logger.LogInformation("Received {length} byte frame", result.Count);
113logger.LogInformation("Closing socket");
115logger.LogInformation("Waiting for close");
119logger.LogInformation("Closed socket");
137logger.LogInformation("Connecting WebSocket to {socketUrl}", socketUrl);
141logger.LogInformation("Sending {length} byte frame", bytes.Length);
145logger.LogInformation("Receiving frame");
148logger.LogInformation("Received {length} byte frame", result.Count);
152logger.LogInformation("Closing socket");
154logger.LogInformation("Waiting for close");
158logger.LogInformation("Closed socket");
205logger.LogInformation("Disposing Connection");
207logger.LogInformation("Disposed Connection");
270logger.LogInformation("Starting connection to {url}", url);
272logger.LogInformation("Started connection to {url}", url);
276logger.LogInformation("Sending {length} byte message", bytes.Length);
290logger.LogInformation("Sent message");
292logger.LogInformation("Receiving message");
294logger.LogInformation("Completed receive");
303logger.LogInformation("Disposing Connection");
305logger.LogInformation("Disposed Connection");
327logger.LogInformation("Starting connection to {url}", url);
329logger.LogInformation("Started connection to {url}", url);
335logger.LogInformation("Sending {length} byte message", bytes.Length);
337logger.LogInformation("Sent message");
342logger.LogInformation("Receiving message");
346logger.LogInformation("Completed receive");
364logger.LogInformation("Disposing Connection");
366logger.LogInformation("Disposed Connection");
445logger.LogInformation("Starting connection to {url}", url);
455logger.LogInformation("Disposing Connection");
457logger.LogInformation("Disposed Connection");
498logger.LogInformation("Starting connection to {url}", url);
500logger.LogInformation("Connected to {url}", url);
504logger.LogInformation("Disposing Connection");
506logger.LogInformation("Disposed Connection");
567logger.LogInformation("Starting connection to {url}", url);
590logger.LogInformation("Disposing Connection");
592logger.LogInformation("Disposed Connection");
619logger.LogInformation("Starting connection to {url}", url);
629logger.LogInformation("Disposing Connection");
631logger.LogInformation("Disposed Connection");
670logger.LogInformation("Starting connection to {url}", url);
672logger.LogInformation("Connected to {url}", url);
676logger.LogInformation("Disposing Connection");
678logger.LogInformation("Disposed Connection");
Microsoft.AspNetCore.SignalR.Tests.Utils (6)
Microsoft.AspNetCore.SpaProxy (4)
Microsoft.AspNetCore.SpaServices.Extensions (3)
Microsoft.AspNetCore.Tests (3)
Microsoft.AspNetCore.WebSockets.ConformanceTests (3)
Microsoft.CodeAnalysis.LanguageServer (11)
Microsoft.CodeAnalysis.LanguageServer.UnitTests (2)
Microsoft.CodeAnalysis.Rebuild (1)
Microsoft.Extensions.AI.Evaluation.Console (12)
Microsoft.Extensions.Diagnostics.Testing.Tests (7)
Microsoft.Extensions.Hosting (4)
Microsoft.Extensions.Hosting.Systemd (2)
Microsoft.Extensions.Hosting.WindowsServices (2)
Microsoft.Extensions.Telemetry.Tests (15)
Microsoft.ML.GenAI.Core (3)
MilvusPlayground.ApiService (6)
MinimalSample (1)
MinimalSampleOwin (1)
Nats.Backend (1)
OrderProcessor (2)
Producer (2)
Qdrant.ApiService (1)
RateLimitingSample (1)
RazorPagesWebSite (1)
Sandbox (2)
Seq.ApiService (1)
ServerComparison.FunctionalTests (14)
ServiceBusWorker (4)
SignalR.Client.FunctionalTestApp (2)
Sockets.FunctionalTests (6)
Stress.ApiService (4)
Stress.AppHost (5)
Stress.TelemetryService (2)
Templates.Blazor.Tests (6)
Templates.Blazor.WebAssembly.Auth.Tests (6)
Templates.Blazor.WebAssembly.Tests (6)
Templates.Mvc.Tests (6)
Templates.Tests (6)
TestProject.WorkerA (1)
WebPubSubWeb (1)