990 references to LogInformation
aspire (7)
Aspire.Cli.Tests (1)
Aspire.Dashboard (13)
Aspire.Dashboard.Components.Tests (39)
Aspire.Dashboard.Tests (18)
Aspire.Hosting (74)
Publishing\DockerContainerRuntime.cs (28)
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);
156logger.LogInformation("docker container ls (stdout): {Output}", output);
160logger.LogInformation("docker container ls (stderr): {Error}", error);
166logger.LogInformation("Checking if Docker daemon is running with arguments: {ArgumentList}", dockerRunningSpec.Arguments);
179logger.LogInformation("Docker daemon is running.");
191logger.LogInformation("docker buildx version (stdout): {Output}", output);
195logger.LogInformation("docker buildx version (stderr): {Error}", error);
201logger.LogInformation("Checking Docker buildx with arguments: {ArgumentList}", buildxSpec.Arguments);
214logger.LogInformation("Docker buildx is available and running.");
228logger.LogInformation("docker buildx create (stdout): {Output}", output);
232logger.LogInformation("docker buildx create (stderr): {Error}", error);
238logger.LogInformation("Creating buildkit instance with arguments: {ArgumentList}", spec.Arguments);
253logger.LogInformation("Successfully created buildkit instance {BuilderName}.", builderName);
269logger.LogInformation("docker buildx rm (stdout): {Output}", output);
273logger.LogInformation("docker buildx rm (stderr): {Error}", error);
279logger.LogInformation("Removing buildkit instance with arguments: {ArgumentList}", spec.Arguments);
294logger.LogInformation("Successfully removed buildkit instance {BuilderName}.", builderName);
310logger.LogInformation("docker tag (stdout): {Output}", output);
314logger.LogInformation("docker tag (stderr): {Error}", error);
320logger.LogInformation("Running Docker tag with arguments: {ArgumentList}", spec.Arguments);
335logger.LogInformation("docker tag for {LocalImageName} -> {TargetImageName} succeeded.", localImageName, targetImageName);
348logger.LogInformation("docker push (stdout): {Output}", output);
352logger.LogInformation("docker push (stderr): {Error}", error);
358logger.LogInformation("Running Docker push with arguments: {ArgumentList}", spec.Arguments);
373logger.LogInformation("docker push for {ImageName} succeeded.", imageName);
Publishing\PodmanContainerRuntime.cs (16)
51logger.LogInformation("podman build (stdout): {Output}", output);
55logger.LogInformation("podman build (stderr): {Error}", error);
61logger.LogInformation("Running Podman CLI with arguments: {ArgumentList}", spec.Arguments);
76logger.LogInformation("Podman build for {ImageName} succeeded.", imageName);
103logger.LogInformation("podman container ls (stdout): {Output}", output);
107logger.LogInformation("podman container ls (stderr): {Error}", error);
113logger.LogInformation("Running Podman CLI with arguments: {ArgumentList}", spec.Arguments);
131logger.LogInformation("Podman is running and healthy.");
146logger.LogInformation("podman tag (stdout): {Output}", output);
150logger.LogInformation("podman tag (stderr): {Error}", error);
156logger.LogInformation("Running Podman tag with arguments: {ArgumentList}", spec.Arguments);
171logger.LogInformation("podman tag for {LocalImageName} -> {TargetImageName} succeeded.", localImageName, targetImageName);
184logger.LogInformation("podman push (stdout): {Output}", output);
188logger.LogInformation("podman push (stderr): {Error}", error);
194logger.LogInformation("Running Podman push with arguments: {ArgumentList}", spec.Arguments);
209logger.LogInformation("podman push for {ImageName} succeeded.", imageName);
Aspire.Hosting.Azure (18)
Aspire.Hosting.Azure.AIFoundry (5)
Aspire.Hosting.Azure.Kusto.Tests (2)
Aspire.Hosting.DevTunnels (14)
Aspire.Hosting.DevTunnels.Tests (2)
Aspire.Hosting.Docker (1)
Aspire.Hosting.GitHub.Models.Tests (2)
Aspire.Hosting.Kafka.Tests (2)
Aspire.Hosting.Kubernetes (1)
Aspire.Hosting.MySql.Tests (2)
Aspire.Hosting.NodeJs.Tests (2)
Aspire.Hosting.OpenAI.Tests (2)
Aspire.Hosting.PostgreSQL.Tests (2)
Aspire.Hosting.RabbitMQ.Tests (2)
Aspire.Hosting.Testing.Tests (1)
Aspire.Hosting.Tests (55)
Aspire.Hosting.Valkey.Tests (2)
Aspire.Playground.Tests (8)
AspireWithNode.AppHost (1)
AutobahnTestApp (1)
AzureFunctionsEndToEnd.Functions (4)
AzureKusto.Worker (2)
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 (64)
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.CodeAnalysis.Workspaces.MSBuild (1)
Microsoft.Extensions.AI.Evaluation.Console (12)
Microsoft.Extensions.Diagnostics.Testing.Tests (9)
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)