1 instantiation of LogEntryKey
aspire (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
125
return
new
(logEntry.Timestamp, logEntry.Content, logEntry.RawContent, logEntry.Type);
1 reference to LogEntryKey
aspire (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
123
public static
LogEntryKey
Create(LogEntry logEntry)