3 references to Stdout
aspire (3)
Commands\AppHostLauncher.cs (2)
1085if (entry.Category is CliLogFormat.Categories.Stdout or CliLogFormat.Categories.Stderr) 1119if (entry.Category is CliLogFormat.Categories.Stdout or CliLogFormat.Categories.Stderr)
Interaction\ConsoleInteractionService.cs (1)
100_stdoutLogger = loggerFactory.CreateLogger($"Aspire.Cli.Console.{CliLogFormat.Categories.Stdout}");