4 writes to Message
Aspire.Cli.Tests (4)
Commands\RunCommandTests.cs (4)
267Message = $"Test log entry {logEntryIndex++}", 1515Message = "Application started", 1523Message = "Slow response", 1531Message = "Connection refused",
2 references to Message
aspire (2)
Commands\RunCommand.cs (2)
541extensionInteractionService.WriteDebugSessionMessage(entry.Message, entry.LogLevel is not LogLevel.Error and not LogLevel.Critical, "\x1b[2m"); 547fileLoggerProvider.WriteLog(entry.Timestamp, entry.LogLevel, $"AppHost/{shortCategory}", entry.Message);