1 write to Timestamp
Aspire.Hosting (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
34Timestamp = timestamp,
7 references to Timestamp
Aspire.Hosting (7)
ApplicationModel\ResourceLoggerService.cs (2)
419if (entry.Timestamp != null) 421content = entry.Timestamp.Value.ToString(KnownFormats.ConsoleLogsTimestampFormat, CultureInfo.InvariantCulture) + " " + content;
src\Shared\ConsoleLogs\LogEntries.cs (5)
38Debug.Assert(logLine.Timestamp == null || logLine.Timestamp.Value.Kind == DateTimeKind.Utc, "Timestamp should always be UTC."); 70if (logEntry.Timestamp == null) 95if (logEntry.Timestamp.Value >= current.Timestamp.Value) 142if (_earliestTimestampIndex == null && logEntry.Timestamp != null)