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