1 write to Content
aspire (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
54Content = logMessage,
3 references to Content
aspire (3)
Commands\LogsCommand.cs (2)
230Content = entry.Content ?? entry.RawContent ?? string.Empty, 321var 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.