1 write to Content
aspire (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
54
Content
= logMessage,
3 references to Content
aspire (3)
Commands\LogsCommand.cs (2)
230
Content = entry.
Content
?? entry.RawContent ?? string.Empty,
321
var content = entry.
Content
?? entry.RawContent ?? string.Empty;
src\Shared\ConsoleLogs\LogEntry.cs (1)
18
/// The text content of the log entry. This is the same as <see cref="
Content
"/>, but without embedded links or other transformations and including the timestamp.